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

Version Path
rugged-1.1.1 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-1.1.0 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-1.0.1 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-1.0.0 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-0.99.0 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-0.28.4 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h
rugged-0.27.10 vendor/libgit2/deps/ntlmclient/crypt_commoncrypto.h