Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / asn1 / d2i_pu.c
index 4780db0cf5e5acf9f45bff341155aadde8601a55..71f2eb361bd48f183153017761354fbfea0ff2b2 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/asn1.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
 #include <openssl/dsa.h>
+#endif
 
 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, unsigned char **pp,
             long length)