From: schwarze Date: Sat, 23 Oct 2021 13:57:00 +0000 (+0000) Subject: tweak previous: add missing OpenBSD CVS tag X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c8c26ecc79964bd22cb35dc31b12e79f4ec83963;p=openbsd tweak previous: add missing OpenBSD CVS tag and fix some weird typos in comments (duplicate '@' signs) --- 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). * */