From 09a2615fb24237d7586777d53b720c0df69932d1 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 16 Jun 2001 21:51:26 +0000 Subject: [PATCH] Delete a redundant line. --- crypto/evp/evp.h | 1 - 1 file changed, 1 deletion(-) 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)(); -- 2.34.1