mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
- Added Mirror (use it instead of unreliable mastersite) - Added patch so port will build in 7-CURRENT PR: ports/102328 Submitted by: Beech Rintoul (maintainer)
10 lines
219 B
C++
10 lines
219 B
C++
--- src/aolib/bfcryptfile.cpp.orig Fri Mar 12 06:10:10 2004
|
|
+++ src/aolib/bfcryptfile.cpp Sun Aug 20 09:12:01 2006
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
#include <aolib/bfcryptfile.hpp>
|
|
+#include "openssl/sha.h"
|
|
|
|
namespace aolib
|
|
{
|