From afb658e9e046b4942d392a049e5c71d5df427231 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 16 Jun 2001 21:31:58 +0000 Subject: typo --- src/lib/libcrypto/evp/evp.h | 1 - src/lib/libssl/src/crypto/evp/evp.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index f5b938d2f8..62350dfd69 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h @@ -244,7 +244,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)(); diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index f5b938d2f8..62350dfd69 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/evp/evp.h @@ -244,7 +244,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)(); -- cgit v1.2.3-55-g6feb