summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/otp/otp_md.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/otp/otp_md.c')
-rw-r--r--crypto/heimdal/lib/otp/otp_md.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/crypto/heimdal/lib/otp/otp_md.c b/crypto/heimdal/lib/otp/otp_md.c
index d408fcd..3b491bd 100644
--- a/crypto/heimdal/lib/otp/otp_md.c
+++ b/crypto/heimdal/lib/otp/otp_md.c
@@ -33,24 +33,18 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
-RCSID("$Id: otp_md.c,v 1.14 2001/01/29 05:55:18 assar Exp $");
+RCSID("$Id: otp_md.c,v 1.15 2001/08/22 20:30:32 assar Exp $");
#endif
#include "otp_locl.h"
#include "otp_md.h"
-#ifdef HAVE_OPENSSL_MD4_H
+#ifdef HAVE_OPENSSL
#include <openssl/md4.h>
-#else
-#include <md4.h>
-#endif
-#ifdef HAVE_OPENSSL_MD5_H
#include <openssl/md5.h>
-#else
-#include <md5.h>
-#endif
-#ifdef HAVE_OPENSSL_SHA_H
#include <openssl/sha.h>
#else
+#include <md4.h>
+#include <md5.h>
#include <sha.h>
#endif
OpenPOWER on IntegriCloud