/*
* 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.
*/
/* OpenSSL 1.1.0 uses opaque structs, we'll reuse these. */
typedef struct hmac_ctx_st ntlm_hmac_ctx;
/* PRIVATE_CRYPT_OPENSSL_H__ */