summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Carroll <jim@caroll.com>2016-08-01 13:52:25 -0400
committerMatěj Cepl <mcepl@cepl.eu>2017-09-19 16:16:21 +0200
commitbcf2541897ebd5b0eb0f06149ea6d066c8ae01d9 (patch)
tree5a2f84af8b7e77547e41670f4754c859d75d812c
parent6f4a510820b9b1074ba79203fbb8e813cba58bd9 (diff)
downloadm2crypto-bcf2541897ebd5b0eb0f06149ea6d066c8ae01d9.tar.gz
Removed deprecated _fp functions.
-rw-r--r--SWIG/_x509.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/SWIG/_x509.i b/SWIG/_x509.i
index 0e8d691..9bcef20 100644
--- a/SWIG/_x509.i
+++ b/SWIG/_x509.i
@@ -160,8 +160,6 @@ extern int X509_NAME_add_entry_by_NID(X509_NAME *, int, int, unsigned char *, in
%rename(x509_name_print_ex) X509_NAME_print_ex;
%threadallow X509_NAME_print_ex;
extern int X509_NAME_print_ex(BIO *, X509_NAME *, int, unsigned long);
-%rename(x509_name_print_ex_fp) X509_NAME_print_ex_fp;
-extern int X509_NAME_print_ex_fp(FILE *, X509_NAME *, int, unsigned long);
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
%rename(x509_name_hash) X509_NAME_hash_old;