stack.
[openssl.git] / crypto / asn1 / i2d_dhp.c
index e82f2a96afb39c51bd918a7867bf5caf0fddc6cf..1b2b4b8ebece45ddcca89cb506f3e7eed50c0c79 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DH
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -119,3 +120,4 @@ err:
        *pp=p;
        return(ret);
        }
+#endif