aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-client/files/patch-af
blob: 7ce937566bc3e9e41dbe50119bb3e571dee6c4d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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