summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-11-16 00:17:11 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-11-16 00:17:11 +0000
commit8bfc8f934f8bf80cc9df25192a1d01720755dd3c (patch)
tree81e9a4ec099b5d7e79ddda0cd30a36865656e3bb /crypto/engine
parentef02b10a16e027498b962cc503b24e02ef25470c (diff)
I have no idea how this comment got there, but it's certainly not
applicable to ENGINE_ctrl()
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/engine/engine_lib.c b/crypto/engine/engine_lib.c
index 1df07af03a..48c4fb10cb 100644
--- a/crypto/engine/engine_lib.c
+++ b/crypto/engine/engine_lib.c
@@ -286,8 +286,6 @@ EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
return pkey;
}
-/* Initialise a engine type for use (or up its functional reference count
- * if it's already in use). */
int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
{
if(e == NULL)