diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index dbd3ac92b3a0cff8f4d9452dc3a506fca39574d5..ecd221fb06af5439a46107634f44228159c2b968 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)();