sync with OpenBSD -current
This commit is contained in:
parent
fe31ca4724
commit
2d743fc5aa
189 changed files with 3737 additions and 1337 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: o_fips.c,v 1.6 2021/10/23 13:57:00 schwarze Exp $ */
|
||||
/* $OpenBSD: o_fips.c,v 1.7 2024/04/10 14:51:02 beck Exp $ */
|
||||
/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
|
||||
* project 2011.
|
||||
*/
|
||||
|
@ -65,6 +65,7 @@ FIPS_mode(void)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
LCRYPTO_ALIAS(FIPS_mode);
|
||||
|
||||
int
|
||||
FIPS_mode_set(int r)
|
||||
|
@ -74,3 +75,4 @@ FIPS_mode_set(int r)
|
|||
CRYPTOerror(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED);
|
||||
return 0;
|
||||
}
|
||||
LCRYPTO_ALIAS(FIPS_mode_set);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue