summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-07 19:33:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-07 19:33:28 +0000
commit9e4d0f0be223fa77a802485e5a7c35d2d9b0f00c (patch)
tree223391e9e69c00c4a3de0738ef1a7ca82876816a /crypto/evp/evp_locl.h
parentcd7638980a2c2b16bb121bcb2ea8cc3cb03afcc1 (diff)
New utility 'pkeyutl' a general purpose version of 'rsautl'.
Diffstat (limited to 'crypto/evp/evp_locl.h')
-rw-r--r--crypto/evp/evp_locl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index 26000ac08b..39930b9669 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -248,17 +248,6 @@ struct evp_pkey_ctx_st
void *data;
} /* EVP_PKEY_CTX */;
-#define EVP_PKEY_OP_UNDEFINED 0
-#define EVP_PKEY_OP_PARAMGEN 1
-#define EVP_PKEY_OP_KEYGEN 2
-#define EVP_PKEY_OP_SIGN 3
-#define EVP_PKEY_OP_VERIFY 4
-#define EVP_PKEY_OP_VERIFYRECOVER 5
-#define EVP_PKEY_OP_SIGNCTX 6
-#define EVP_PKEY_OP_VERIFYCTX 7
-#define EVP_PKEY_OP_ENCRYPT 8
-#define EVP_PKEY_OP_DECRYPT 9
-
struct evp_pkey_method_st
{
int pkey_id;