diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/o_fips.c | 9 |
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 | ||
