Fixes #99
Origin: https://gitlab.com/m2crypto/m2crypto/commit/
d6b509030dfa12ee299f0de623fb78f2223e6579
Change-Id: I8a19d6cc0ff545e4202b7d422d9442bfe4e7145d
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
%rename(sslv2_method) SSLv2_method;
extern SSL_METHOD *SSLv2_method(void);
#endif
+#ifndef OPENSSL_NO_SSL3
%rename(sslv3_method) SSLv3_method;
extern SSL_METHOD *SSLv3_method(void);
+#endif
%rename(sslv23_method) SSLv23_method;
extern SSL_METHOD *SSLv23_method(void);
%rename(tlsv1_method) TLSv1_method;