mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
style: fix style problems
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/24498)
This commit is contained in:
parent
6b518fef38
commit
5bda5de88b
@ -22,9 +22,9 @@
|
||||
# include <openssl/randerr.h>
|
||||
# include <openssl/evp.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
# endif
|
||||
|
||||
/*
|
||||
* Default security strength (in the sense of [NIST SP 800-90Ar1])
|
||||
@ -121,11 +121,11 @@ OSSL_DEPRECATEDIN_1_1_0 int RAND_event(UINT, WPARAM, LPARAM);
|
||||
int RAND_set1_random_provider(OSSL_LIB_CTX *ctx, OSSL_PROVIDER *p);
|
||||
|
||||
/* Which parameter to provider_random call */
|
||||
#define OSSL_PROV_RANDOM_PUBLIC 0
|
||||
#define OSSL_PROV_RANDOM_PRIVATE 1
|
||||
# define OSSL_PROV_RANDOM_PUBLIC 0
|
||||
# define OSSL_PROV_RANDOM_PRIVATE 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
# ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user