mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
4.4 Patching [...] Please only use characters [-+._a-zA-Z0-9] for naming your patches. Do not use any other characters besides them. Do not name your patches like patch-aa or patch-ab etc, always mention path and file name in patch names.
10 lines
272 B
C
10 lines
272 B
C
--- sssl/ssldecode.c.orig Sat Aug 17 05:33:17 2002
|
|
+++ ssl/ssldecode.c Fri Jan 20 13:09:49 2006
|
|
@@ -50,6 +50,7 @@
|
|
#ifdef OPENSSL
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/hmac.h>
|
|
+#include <openssl/md5.h>
|
|
#include <openssl/evp.h>
|
|
#include <openssl/x509v3.h>
|
|
#endif
|