Commit 8102e2ca authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

crypt32: Don't export CRYPT_CopyReversed.

parent df7ed47b
...@@ -46,7 +46,7 @@ BOOL CNG_ImportPubKey(CERT_PUBLIC_KEY_INFO *pubKeyInfo, BCRYPT_KEY_HANDLE *key) ...@@ -46,7 +46,7 @@ BOOL CNG_ImportPubKey(CERT_PUBLIC_KEY_INFO *pubKeyInfo, BCRYPT_KEY_HANDLE *key)
/* Copies `len` bytes from `src` to `dst`, /* Copies `len` bytes from `src` to `dst`,
* reversing the order of the bytes * reversing the order of the bytes
*/ */
void CRYPT_CopyReversed(BYTE *dst, const BYTE *src, size_t len); void CRYPT_CopyReversed(BYTE *dst, const BYTE *src, size_t len) DECLSPEC_HIDDEN;
BOOL CRYPT_EncodeLen(DWORD len, BYTE *pbEncoded, DWORD *pcbEncoded) DECLSPEC_HIDDEN; BOOL CRYPT_EncodeLen(DWORD len, BYTE *pbEncoded, DWORD *pcbEncoded) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment