From 5137bbbd34681c4e09229ee1354b55529f9191ca Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 20 Nov 2021 15:55:00 +0000 Subject: [PATCH] typo in comment --- usr.bin/openssl/apps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/openssl/apps.h b/usr.bin/openssl/apps.h index 0e1c212084c..4fda6420c86 100644 --- a/usr.bin/openssl/apps.h +++ b/usr.bin/openssl/apps.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.28 2021/09/02 11:30:15 inoguchi Exp $ */ +/* $OpenBSD: apps.h,v 1.29 2021/11/20 15:55:00 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -261,8 +261,8 @@ unsigned char *next_protos_parse(unsigned short *outlen, const char *in); #define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid * adding yet another param to load_*key() */ -#define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */ -#define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */ +#define FORMAT_PEMRSA 9 /* PEM RSAPublicKey format */ +#define FORMAT_ASN1RSA 10 /* DER RSAPublicKey format */ #define FORMAT_MSBLOB 11 /* MS Key blob format */ #define FORMAT_PVK 12 /* MS PVK file format */ -- 2.20.1