summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup/auth.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
committermarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
commitce155038ce14cb96cb781b87d2d6dc0d94312a4a (patch)
treede57cae74fdf334ad26cc7d8113c58c114a2fc6d /usr.bin/csup/auth.c
parent1c0bb02c84b89eb2f680e27b37e58dd05abc23c1 (diff)
downloadFreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.zip
FreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.tar.gz
On FreeBSD just use the MD5 implementation of libmd rather than that of
libcrypto so we don't need to relinquish csup when world is built without OpenSSL.
Diffstat (limited to 'usr.bin/csup/auth.c')
-rw-r--r--usr.bin/csup/auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/csup/auth.c b/usr.bin/csup/auth.c
index 7ae2500..c90d719 100644
--- a/usr.bin/csup/auth.c
+++ b/usr.bin/csup/auth.c
@@ -35,7 +35,6 @@
#include <netinet/in.h>
#include <ctype.h>
-#include <openssl/md5.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud