summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-06 23:19:37 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-06 23:19:37 +0000
commita63d5eaab28a20463818b43a76ce8acd19d58812 (patch)
tree5f37af72a5a2d7462cb4b8d1bdce2e939798db51 /crypto/crypto.h
parent6af59bc095a51caa6deb092f911b44dd09b0eb0d (diff)
Add a general user interface API. This is designed to replace things
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index af678a7489..c54f471290 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -124,7 +124,8 @@ extern "C" {
#define CRYPTO_LOCK_DSO 26
#define CRYPTO_LOCK_DYNLOCK 27
#define CRYPTO_LOCK_ENGINE 28
-#define CRYPTO_NUM_LOCKS 29
+#define CRYPTO_LOCK_UI 29
+#define CRYPTO_NUM_LOCKS 30
#define CRYPTO_LOCK 1
#define CRYPTO_UNLOCK 2