diff options
author | deraadt <> | 2001-06-16 21:31:58 +0000 |
---|---|---|
committer | deraadt <> | 2001-06-16 21:31:58 +0000 |
commit | afb658e9e046b4942d392a049e5c71d5df427231 (patch) | |
tree | 73bf86770955d681279a8785a5ad3281a0b92475 | |
parent | dc434cd5b372d1a7d9b39f538bdcaacb59d07ede (diff) | |
download | openbsd-afb658e9e046b4942d392a049e5c71d5df427231.tar.gz openbsd-afb658e9e046b4942d392a049e5c71d5df427231.tar.bz2 openbsd-afb658e9e046b4942d392a049e5c71d5df427231.zip |
typo
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/evp/evp.h | 1 |
2 files changed, 0 insertions, 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 | |||
244 | int (*sign)(); | 244 | int (*sign)(); |
245 | int (*verify)(); | 245 | int (*verify)(); |
246 | struct { | 246 | struct { |
247 | int | ||
248 | int (*set)(); /* get and/or set the underlying type */ | 247 | int (*set)(); /* get and/or set the underlying type */ |
249 | int (*get)(); | 248 | int (*get)(); |
250 | int (*encrypt)(); | 249 | 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 | |||
244 | int (*sign)(); | 244 | int (*sign)(); |
245 | int (*verify)(); | 245 | int (*verify)(); |
246 | struct { | 246 | struct { |
247 | int | ||
248 | int (*set)(); /* get and/or set the underlying type */ | 247 | int (*set)(); /* get and/or set the underlying type */ |
249 | int (*get)(); | 248 | int (*get)(); |
250 | int (*encrypt)(); | 249 | int (*encrypt)(); |