summaryrefslogtreecommitdiff
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 8fef9b40f..62bf8361d 100644
--- a/key.c
+++ b/key.c
@@ -38,6 +38,7 @@
38#include <sys/types.h> 38#include <sys/types.h>
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41#include <openbsd-compat/openssl-compat.h>
41 42
42#include <stdarg.h> 43#include <stdarg.h>
43#include <stdio.h> 44#include <stdio.h>