ports/databases/firebird20-server/files/patch-af
David W. Chapman Jr. 4bfa596909 Add missing patches
Delete empty patches
2002-05-10 13:28:53 +00:00

13 lines
247 B
Text

--- jrd/enc.c.orig Fri Aug 4 06:50:03 2000
+++ jrd/enc.c Sun Nov 18 19:17:19 2001
@@ -31,6 +31,10 @@
*
**************************************/
+#ifdef FREEBSD
+crypt_set_format("des");
+#endif
+
return CRYPT_FUNC( string, salt);
}
#endif