secur32: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
801cf4c4af
commit
1d7f2c318a
|
@ -204,8 +204,8 @@ SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle) DECLSPEC_HIDDE
|
||||||
SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_HIDDEN;
|
SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_HIDDEN;
|
||||||
SECURITY_STATUS SEC_ENTRY ntlm_VerifySignature(PCtxtHandle, PSecBufferDesc, ULONG, PULONG) DECLSPEC_HIDDEN;
|
SECURITY_STATUS SEC_ENTRY ntlm_VerifySignature(PCtxtHandle, PSecBufferDesc, ULONG, PULONG) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
SecPkgInfoW *ntlm_package_infoW;
|
SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
|
||||||
SecPkgInfoA *ntlm_package_infoA;
|
SecPkgInfoA *ntlm_package_infoA DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
/* schannel internal interface */
|
/* schannel internal interface */
|
||||||
typedef struct schan_imp_session_opaque *schan_imp_session;
|
typedef struct schan_imp_session_opaque *schan_imp_session;
|
||||||
|
|
Loading…
Reference in New Issue