summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-06-16 21:51:26 +0000
committerBen Laurie <ben@openssl.org>2001-06-16 21:51:26 +0000
commit09a2615fb24237d7586777d53b720c0df69932d1 (patch)
tree4e735f8e8b673285fa2af6c027b2c0d167981072 /crypto
parent285b42756ae3023d885461d819fad14fc1e363e3 (diff)
Delete a redundant line.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index dbd3ac92b3..ecd221fb06 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -248,7 +248,6 @@ typedef struct evp_pkey_method_st
int (*sign)();
int (*verify)();
struct {
- int
int (*set)(); /* get and/or set the underlying type */
int (*get)();
int (*encrypt)();