Skip to content

Commit 56b9a93

Browse files
committed
Update query_config.c
1 parent aa946b2 commit 56b9a93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

programs/ssl/query_config.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,14 @@ int query_config( const char *config )
850850
}
851851
#endif /* MBEDTLS_REMOVE_ARC4_CIPHERSUITES */
852852

853+
#if defined(MBEDTLS_REMOVE_3DES_CIPHERSUITES)
854+
if( strcmp( "MBEDTLS_REMOVE_3DES_CIPHERSUITES", config ) == 0 )
855+
{
856+
MACRO_EXPANSION_TO_STR( MBEDTLS_REMOVE_3DES_CIPHERSUITES );
857+
return( 0 );
858+
}
859+
#endif /* MBEDTLS_REMOVE_3DES_CIPHERSUITES */
860+
853861
#if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED)
854862
if( strcmp( "MBEDTLS_ECP_DP_SECP192R1_ENABLED", config ) == 0 )
855863
{

0 commit comments

Comments
 (0)