aboutsummaryrefslogtreecommitdiff
path: root/programs/pkey/rsa_encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/pkey/rsa_encrypt.c')
-rw-r--r--programs/pkey/rsa_encrypt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c
index e9effe8..4a71c15 100644
--- a/programs/pkey/rsa_encrypt.c
+++ b/programs/pkey/rsa_encrypt.c
@@ -59,17 +59,6 @@ int main( void )
}
#else
-#if defined(MBEDTLS_CHECK_PARAMS)
-#include "mbedtls/platform_util.h"
-void mbedtls_param_failed( const char *failure_condition,
- const char *file,
- int line )
-{
- mbedtls_printf( "%s:%i: Input param failed - %s\n",
- file, line, failure_condition );
- mbedtls_exit( MBEDTLS_EXIT_FAILURE );
-}
-#endif
int main( int argc, char *argv[] )
{