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