Declare storage for them, too.
diff --git a/OpenSSL/ssl/ssl.c b/OpenSSL/ssl/ssl.c
index d61983a..5e56030 100644
--- a/OpenSSL/ssl/ssl.c
+++ b/OpenSSL/ssl/ssl.c
@@ -30,6 +30,11 @@
 See the file RATIONALE for a short explanation of why this module was written.\n\
 ";
 
+crypto_X509Obj* (*new_x509)(X509*, int);
+crypto_X509NameObj* (*new_x509name)(X509_NAME*, int);
+crypto_X509StoreObj* (*new_x509store)(X509_STORE*, int);
+
+
 #ifndef PY3
 void **crypto_API;
 #endif