aboutsummaryrefslogtreecommitdiffstats
path: root/demos/maurice/loadkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/maurice/loadkeys.h')
-rw-r--r--demos/maurice/loadkeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/maurice/loadkeys.h b/demos/maurice/loadkeys.h
index e42c6f8dc4..d8fde86eb7 100644
--- a/demos/maurice/loadkeys.h
+++ b/demos/maurice/loadkeys.h
@@ -10,7 +10,7 @@
#ifndef LOADKEYS_H_SEEN
#define LOADKEYS_H_SEEN
-#include "evp.h"
+#include <openssl/evp.h>
EVP_PKEY * ReadPublicKey(const char *certfile);
EVP_PKEY *ReadPrivateKey(const char *keyfile);