Sha256: ce71d0afc3434aba6e6d501d4cea7b0b7260d34499b41251cb2263cb0b968441
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
/* * Copyright (c) Edward Thomson. All rights reserved. * * This file is part of ntlmclient, distributed under the MIT license. * For full terms and copyright information, and for third-party * copyright information, see the included LICENSE.txt file. */ #ifndef PRIVATE_CRYPT_COMMONCRYPTO_H__ #define PRIVATE_CRYPT_COMMONCRYPTO_H__ #include <CommonCrypto/CommonCrypto.h> typedef struct { CCHmacContext native; } ntlm_hmac_ctx; #endif /* PRIVATE_CRYPT_COMMONCRYPTO_H__ */
Version data entries
7 entries across 7 versions & 1 rubygems