code clean
This commit is contained in:
@@ -32,22 +32,6 @@
|
|||||||
// =======================================================
|
// =======================================================
|
||||||
// Define missing bcrypt constants if MinGW headers lack them
|
// Define missing bcrypt constants if MinGW headers lack them
|
||||||
// =======================================================
|
// =======================================================
|
||||||
#ifndef BCRYPT_ECDH_ALGORITHM
|
|
||||||
#define BCRYPT_ECDH_ALGORITHM L"ECDH"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BCRYPT_ECDH_P256_ALGORITHM
|
|
||||||
#define BCRYPT_ECDH_P256_ALGORITHM L"ECDH_P256"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BCRYPT_ECDH_P384_ALGORITHM
|
|
||||||
#define BCRYPT_ECDH_P384_ALGORITHM L"ECDH_P384"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BCRYPT_ECDH_P521_ALGORITHM
|
|
||||||
#define BCRYPT_ECDH_P521_ALGORITHM L"ECDH_P521"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MS_PRIMITIVE_PROVIDER
|
#ifndef MS_PRIMITIVE_PROVIDER
|
||||||
#define MS_PRIMITIVE_PROVIDER L"Microsoft Primitive Provider"
|
#define MS_PRIMITIVE_PROVIDER L"Microsoft Primitive Provider"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user