summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-10-23 13:57:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-10-23 13:57:01 +0000
commit0f1b886806ff21a034bd97c7bac19cda4a8e5e86 (patch)
treecea5cc2f74e051342e6565cdfa0078f612ff5b7d /lib
parent3348ed10132c303553391256c7e8dbdc6bc89858 (diff)
tweak previous: add missing OpenBSD CVS tag
and fix some weird typos in comments (duplicate '@' signs)
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/o_fips.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/o_fips.c b/lib/libcrypto/o_fips.c
index fe3861c5538..b1487e3be37 100644
--- a/lib/libcrypto/o_fips.c
+++ b/lib/libcrypto/o_fips.c
@@ -1,4 +1,5 @@
-/* Written by Stephen henson (steve@@openssl.org) for the OpenSSL
+/* $OpenBSD: o_fips.c,v 1.6 2021/10/23 13:57:00 schwarze Exp $ */
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
* project 2011.
*/
/* ====================================================================
@@ -24,7 +25,7 @@
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
- * openssl-core@@openssl.org.
+ * openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
@@ -50,8 +51,8 @@
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
- * (eay@@cryptsoft.com). This product includes software written by Tim
- * Hudson (tjh@@cryptsoft.com).
+ * (eay@cryptsoft.com). This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
*
*/