summaryrefslogtreecommitdiffstats
path: root/key.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-02-28 19:22:04 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-02-28 19:22:04 +1100
commit3d295a6cf0c4e240509f035d514393eec4abd43d (patch)
treeb97516d9ff135f97ad261f1396b350ccef51609b /key.c
parentbfaaf960a0204d5ee8ed75af05104737a54b4a52 (diff)
- (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL
compat glue into openssl-compat.h.
Diffstat (limited to 'key.c')
-rw-r--r--key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key.c b/key.c
index 8fef9b40..62bf8361 100644
--- a/key.c
+++ b/key.c
@@ -38,6 +38,7 @@
#include <sys/types.h>
#include <openssl/evp.h>
+#include <openbsd-compat/openssl-compat.h>
#include <stdarg.h>
#include <stdio.h>