summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-06-16 21:31:58 +0000
committerderaadt <deraadt@openbsd.org>2001-06-16 21:31:58 +0000
commit2276e1ae8439f43c83a595f6e391ed4364efebbb (patch)
tree6309b0a6ad030cb73e07ee65a3a03b2d1e622b7d /lib/libssl/src
parentregen (diff)
downloadwireguard-openbsd-2276e1ae8439f43c83a595f6e391ed4364efebbb.tar.xz
wireguard-openbsd-2276e1ae8439f43c83a595f6e391ed4364efebbb.zip
typo
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/evp/evp.h1
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)();