summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gnutls_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gnutls_openssl.c b/extra/gnutls_openssl.c
index f28fad855a..4ec0698706 100644
--- a/extra/gnutls_openssl.c
+++ b/extra/gnutls_openssl.c
@@ -27,7 +27,7 @@
#include <string.h>
#include "../lib/gnutls_int.h"
#include "../lib/random.h"
-#include "../lib/gnutls_hash_int.h"
+#include "../lib/hash_int.h"
/* In win32 X509_NAME is defined in wincrypt.h.
* undefine it to avoid the conflict with openssl.h.