summaryrefslogtreecommitdiffstats
path: root/cipher-acss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 22:12:08 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 22:12:08 +1100
commit80e99539385bf55f09f4e0fa3e37b5eff9cc9cbe (patch)
tree47fa0105f8e9977cc299aac3f1e9d6d05fefc713 /cipher-acss.c
parent37f4f1892f1af1dd9f3a646f79ff8afaf9c8a646 (diff)
- (djm) [cipher-acss.c] Add missing header.
Diffstat (limited to 'cipher-acss.c')
-rw-r--r--cipher-acss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher-acss.c b/cipher-acss.c
index df74b0cb..e755f92b 100644
--- a/cipher-acss.c
+++ b/cipher-acss.c
@@ -23,6 +23,7 @@
#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
#include "acss.h"
+#include "openbsd-compat/openssl-compat.h"
#define data(ctx) ((EVP_ACSS_KEY *)(ctx)->cipher_data)