Fold threads.h into crypto.h making API public
[openssl.git] / crypto / dsa / dsa_vrf.c
index 9f45efa136bc0e2a6577bf48940932483bf0ee7d..6ce9968eafad6a23c569db940b6aa2814d7452ee 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_vrf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -59,7 +58,7 @@
 /* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
 
 #include "internal/cryptlib.h"
-#include <openssl/dsa.h>
+#include "dsa_locl.h"
 
 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
                   DSA *dsa)