mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
10 lines
211 B
C
10 lines
211 B
C
--- 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>
|
|
|