diff options
author | 2001-06-16 21:31:58 +0000 | |
---|---|---|
committer | 2001-06-16 21:31:58 +0000 | |
commit | 2276e1ae8439f43c83a595f6e391ed4364efebbb (patch) | |
tree | 6309b0a6ad030cb73e07ee65a3a03b2d1e622b7d /lib/libssl/src | |
parent | regen (diff) | |
download | wireguard-openbsd-2276e1ae8439f43c83a595f6e391ed4364efebbb.tar.xz wireguard-openbsd-2276e1ae8439f43c83a595f6e391ed4364efebbb.zip |
typo
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/evp/evp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/evp/evp.h b/lib/libssl/src/crypto/evp/evp.h index f5b938d2f84..62350dfd69e 100644 --- a/lib/libssl/src/crypto/evp/evp.h +++ b/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)(); |