diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 19:22:04 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 19:22:04 +1100 |
commit | 3d295a6cf0c4e240509f035d514393eec4abd43d (patch) | |
tree | b97516d9ff135f97ad261f1396b350ccef51609b /key.c | |
parent | bfaaf960a0204d5ee8ed75af05104737a54b4a52 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |