projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef02b10
)
I have no idea how this comment got there, but it's certainly not
author
Geoff Thorpe
<geoff@openssl.org>
Thu, 16 Nov 2000 00:17:11 +0000
(
00:17
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Thu, 16 Nov 2000 00:17:11 +0000
(
00:17
+0000)
applicable to ENGINE_ctrl()
crypto/engine/engine_lib.c
patch
|
blob
|
history
diff --git
a/crypto/engine/engine_lib.c
b/crypto/engine/engine_lib.c
index 1df07af03a68c1e17bcc7583349e06d67382462a..48c4fb10cb052708908c2999fb5f188c026155c4 100644
(file)
--- 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)