diff options
Diffstat (limited to 'acss.c')
-rw-r--r-- | acss.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acss.c,v 1.3 2005/07/17 07:04:47 djm Exp $ */ | 1 | /* $Id: acss.c,v 1.4 2006/07/24 04:51:01 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2004 The OpenBSD project | 3 | * Copyright (c) 2004 The OpenBSD project |
4 | * | 4 | * |
@@ -16,6 +16,9 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "includes.h" | 18 | #include "includes.h" |
19 | |||
20 | #include <string.h> | ||
21 | |||
19 | #include <openssl/evp.h> | 22 | #include <openssl/evp.h> |
20 | 23 | ||
21 | #if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00906000L) | 24 | #if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00906000L) |