dst_gost.h revision 76af83c9adb772f7b045c62cf8b411165bfaa5ef
/*
* Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef DST_GOST_H
#define DST_GOST_H 1
#define ISC_GOST_DIGESTLENGTH 32U
#ifdef HAVE_OPENSSL_GOST
typedef struct {
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#endif
} isc_gost_t;
#endif
#ifdef HAVE_PKCS11_GOST
typedef pk11_context_t isc_gost_t;
#endif
#if defined(HAVE_OPENSSL_GOST) || defined(HAVE_PKCS11_GOST)
void
#endif /* HAVE_OPENSSL_GOST || HAVE_PKCS11_GOST */
#endif /* DST_GOST_H */