Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / asn1 / i2d_pr.c
index 5ae6568112a37cd92834d265d2da500e10a8206b..1e951ae01d3bc30c3583136bf8c894aa70475ead 100644 (file)
 #include <openssl/bn.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>
+#ifndef OPENSSL_NO_RSA
+#include <openssl/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
+#include <openssl/dsa.h>
+#endif
 
 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
        {