summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 22:33:59 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 22:42:02 +0200
commit135cc1e480e25a0c4570f1e4f4542b5e4ba18479 (patch)
tree25a146fe403e8a57f25375db987f665f7748dd6a /extra
parent5e53eebd5fab5559f54f5b25b2b11116987cdb1d (diff)
downloadgnutls-135cc1e480e25a0c4570f1e4f4542b5e4ba18479.tar.gz
Makefiles: updated for new filenames
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.