Update Domito.h

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-01 06:40:57 +02:00
parent f7560b1873
commit 169ea6688a

View File

@ -65,7 +65,6 @@ typedef struct _WIN_CERTIFICATE {
#define CALG_SHA512 0x800eu #define CALG_SHA512 0x800eu
#endif #endif
// //
// Converts a WinCrypt CALG_ID to a BCRYPT_ALGORITHM identifier // Converts a WinCrypt CALG_ID to a BCRYPT_ALGORITHM identifier
// //
@ -90,6 +89,7 @@ DOMITO_CALG_TO_BCRYPT_ALGORITHM(
} }
} }
/******************************************************************************** /********************************************************************************
* Library functions * * Library functions *
********************************************************************************/ ********************************************************************************/