Use non-copying BIO interface in ssltest.c.
[oweals/openssl.git] / crypto / dsa / dsa_key.c
index e974861c5c638bfe0caf1e78d1efebe7d8052b68..ab7f38fc7c6c0d211af12600bb2989743e02360c 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_SHA
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
@@ -108,4 +109,4 @@ err:
        if (ctx != NULL) BN_CTX_free(ctx);
        return(ok);
        }
-
+#endif