Skip to content

Instantly share code, notes, and snippets.

@schmichael
Created May 29, 2012 23:45
Show Gist options
  • Save schmichael/2831510 to your computer and use it in GitHub Desktop.
Save schmichael/2831510 to your computer and use it in GitHub Desktop.
Index: SWIG/_ssl.i
===================================================================
--- SWIG/_ssl.i (revision 739)
+++ SWIG/_ssl.i (working copy)
@@ -48,8 +48,6 @@
%rename(ssl_get_alert_desc_v) SSL_alert_desc_string_long;
extern const char *SSL_alert_desc_string_long(int);
-%rename(sslv2_method) SSLv2_method;
-extern SSL_METHOD *SSLv2_method(void);
%rename(sslv3_method) SSLv3_method;
extern SSL_METHOD *SSLv3_method(void);
%rename(sslv23_method) SSLv23_method;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment