Make sure we get the definition of OPENSSL_NO_MD2.
This commit is contained in:
parent
08a54f6e6a
commit
c11b9af75e
@ -59,13 +59,13 @@
|
|||||||
#ifndef HEADER_MD2_H
|
#ifndef HEADER_MD2_H
|
||||||
#define HEADER_MD2_H
|
#define HEADER_MD2_H
|
||||||
|
|
||||||
|
#include <openssl/opensslconf.h> /* OPENSSL_NO_MD2, MD2_INT */
|
||||||
#ifdef OPENSSL_NO_MD2
|
#ifdef OPENSSL_NO_MD2
|
||||||
#error MD2 is disabled.
|
#error MD2 is disabled.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MD2_DIGEST_LENGTH 16
|
#define MD2_DIGEST_LENGTH 16
|
||||||
#define MD2_BLOCK 16
|
#define MD2_BLOCK 16
|
||||||
#include <openssl/opensslconf.h> /* MD2_INT */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user