mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
6608bd0f2c
Problem reported by: kris
14 lines
223 B
C
14 lines
223 B
C
|
|
$FreeBSD$
|
|
|
|
--- lib/fingerprint.c.orig
|
|
+++ lib/fingerprint.c
|
|
@@ -9,6 +9,7 @@
|
|
#include <fingerprint.h>
|
|
#include <openssl/bio.h>
|
|
#include <openssl/evp.h>
|
|
+#include <openssl/md5.h>
|
|
#include <init.h>
|
|
#include <string.h>
|
|
|