commit | 182d0ffdc84c6524f6c784d240e86a48319793cc | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 18:36:33 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 18:36:33 2010 -0400 |
tree | 6bb67ac3e23ac0b1d00501d1daf7e48ece70be7b | |
parent | 8f57ca9af6c4f4b90b3c56ecf59a6e58321cb98c [diff] |
Try exporting one of the functions used in another module
diff --git a/OpenSSL/crypto/x509.c b/OpenSSL/crypto/x509.c index 9c2448c..144a6fa 100644 --- a/OpenSSL/crypto/x509.c +++ b/OpenSSL/crypto/x509.c
@@ -727,6 +727,7 @@ * free the "real" X509 object * Returns: The newly created X509 object */ +__declspec(dllexport) crypto_X509Obj * crypto_X509_New(X509 *cert, int dealloc) {