Remove support for all 40 and 56 bit ciphers.
[openssl.git] / demos / easy_tls / easy-tls.h
index 1c587b861c5cd2a250d44ee9ee28e9b20d1b147b..b1a7b304e4339a23cf0d5dbfb2961b46d67b3337 100644 (file)
@@ -34,7 +34,6 @@ struct tls_create_ctx_args {
     const char *ca_file;
     int verify_depth;
     int fail_unless_verified;
-    int export_p;
 };
 struct tls_create_ctx_args tls_create_ctx_defaultargs(void);
 /*