summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2003-04-30 12:11:44 +0000
committerjmc <>2003-04-30 12:11:44 +0000
commit385f2a93865ad3e59648464512ed0d339acdba26 (patch)
tree90b3085583077cbd616fe9ec8ad9b1f75f4b89ca /src
parent93094b52ab80eaa8ec649868cd4242a767f67a5d (diff)
downloadopenbsd-385f2a93865ad3e59648464512ed0d339acdba26.tar.gz
openbsd-385f2a93865ad3e59648464512ed0d339acdba26.tar.bz2
openbsd-385f2a93865ad3e59648464512ed0d339acdba26.zip
a OCTET -> an OCTET;
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 30685260bb..b14c94f604 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.6 2003/04/25 12:43:10 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.7 2003/04/30 12:11:44 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -3476,7 +3476,7 @@ unencrypted private keys.
3476.It Fl nooct 3476.It Fl nooct
3477This option generates RSA private keys in a broken format that some software 3477This option generates RSA private keys in a broken format that some software
3478uses. 3478uses.
3479Specifically the private key should be enclosed in a OCTET STRING, 3479Specifically the private key should be enclosed in an OCTET STRING,
3480but some software just includes the structure itself without the 3480but some software just includes the structure itself without the
3481surrounding OCTET STRING. 3481surrounding OCTET STRING.
3482.It Fl embed 3482.It Fl embed