diff options
Diffstat (limited to 'cipher.h')
-rw-r--r-- | cipher.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cipher.h,v 1.52 2017/05/07 23:12:57 djm Exp $ */ | 1 | /* $OpenBSD: cipher.h,v 1.54 2019/09/06 05:23:55 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -38,7 +38,9 @@ | |||
38 | #define CIPHER_H | 38 | #define CIPHER_H |
39 | 39 | ||
40 | #include <sys/types.h> | 40 | #include <sys/types.h> |
41 | #ifdef WITH_OPENSSL | ||
41 | #include <openssl/evp.h> | 42 | #include <openssl/evp.h> |
43 | #endif | ||
42 | #include "cipher-chachapoly.h" | 44 | #include "cipher-chachapoly.h" |
43 | #include "cipher-aesctr.h" | 45 | #include "cipher-aesctr.h" |
44 | 46 | ||