diff options
author | tb <> | 2021-11-20 15:55:00 +0000 |
---|---|---|
committer | tb <> | 2021-11-20 15:55:00 +0000 |
commit | 2a8d48ca6010ac1986f67d288e2e4ea8eef0a502 (patch) | |
tree | 6a54af45039092c8ded2acbfcb38e8e5d970fbeb /src | |
parent | 8aecad67ee0cfa91c799bad6c033227065cae065 (diff) | |
download | openbsd-2a8d48ca6010ac1986f67d288e2e4ea8eef0a502.tar.gz openbsd-2a8d48ca6010ac1986f67d288e2e4ea8eef0a502.tar.bz2 openbsd-2a8d48ca6010ac1986f67d288e2e4ea8eef0a502.zip |
typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index 0e1c212084..4fda6420c8 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.h,v 1.28 2021/09/02 11:30:15 inoguchi Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.29 2021/11/20 15:55:00 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -261,8 +261,8 @@ unsigned char *next_protos_parse(unsigned short *outlen, const char *in); | |||
261 | 261 | ||
262 | #define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid | 262 | #define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid |
263 | * adding yet another param to load_*key() */ | 263 | * adding yet another param to load_*key() */ |
264 | #define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */ | 264 | #define FORMAT_PEMRSA 9 /* PEM RSAPublicKey format */ |
265 | #define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */ | 265 | #define FORMAT_ASN1RSA 10 /* DER RSAPublicKey format */ |
266 | #define FORMAT_MSBLOB 11 /* MS Key blob format */ | 266 | #define FORMAT_MSBLOB 11 /* MS Key blob format */ |
267 | #define FORMAT_PVK 12 /* MS PVK file format */ | 267 | #define FORMAT_PVK 12 /* MS PVK file format */ |
268 | 268 | ||