aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index ad02fd33da..417e049620 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -109,6 +109,8 @@ extern "C" {
#define EVP_MAX_KEY_LENGTH 24
#define EVP_MAX_IV_LENGTH 8
+#define PKCS5_SALT_LEN 8
+
#ifndef NO_RSA
#include <openssl/rsa.h>
#endif