summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2021-10-23 13:57:00 +0000
committerschwarze <>2021-10-23 13:57:00 +0000
commit13e9f107004c047e24ff1034b8982d5514250dee (patch)
tree4319f433a6cd9abe5f15d2cdf8c2849cc1de3d43
parent083db97801ed64dec66dc6a58d85b71a3dd295ed (diff)
downloadopenbsd-13e9f107004c047e24ff1034b8982d5514250dee.tar.gz
openbsd-13e9f107004c047e24ff1034b8982d5514250dee.tar.bz2
openbsd-13e9f107004c047e24ff1034b8982d5514250dee.zip
tweak previous: add missing OpenBSD CVS tag
and fix some weird typos in comments (duplicate '@' signs)
-rw-r--r--src/lib/libcrypto/o_fips.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/o_fips.c b/src/lib/libcrypto/o_fips.c
index fe3861c553..b1487e3be3 100644
--- a/src/lib/libcrypto/o_fips.c
+++ b/src/lib/libcrypto/o_fips.c
@@ -1,4 +1,5 @@
1/* Written by Stephen henson (steve@@openssl.org) for the OpenSSL 1/* $OpenBSD: o_fips.c,v 1.6 2021/10/23 13:57:00 schwarze Exp $ */
2/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
2 * project 2011. 3 * project 2011.
3 */ 4 */
4/* ==================================================================== 5/* ====================================================================
@@ -24,7 +25,7 @@
24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
25 * endorse or promote products derived from this software without 26 * endorse or promote products derived from this software without
26 * prior written permission. For written permission, please contact 27 * prior written permission. For written permission, please contact
27 * openssl-core@@openssl.org. 28 * openssl-core@openssl.org.
28 * 29 *
29 * 5. Products derived from this software may not be called "OpenSSL" 30 * 5. Products derived from this software may not be called "OpenSSL"
30 * nor may "OpenSSL" appear in their names without prior written 31 * nor may "OpenSSL" appear in their names without prior written
@@ -50,8 +51,8 @@
50 * ==================================================================== 51 * ====================================================================
51 * 52 *
52 * This product includes cryptographic software written by Eric Young 53 * This product includes cryptographic software written by Eric Young
53 * (eay@@cryptsoft.com). This product includes software written by Tim 54 * (eay@cryptsoft.com). This product includes software written by Tim
54 * Hudson (tjh@@cryptsoft.com). 55 * Hudson (tjh@cryptsoft.com).
55 * 56 *
56 */ 57 */
57 58