freebsd-ports/security/cfs/files/patch-ae
Brian Feldman 7fc4f6df39 CFS's cmkdir now makes directories as Blowfish by default.
I've made myself the maintainer, as well.

Reviewed by:	jdp
1999-06-22 00:28:00 +00:00

11 lines
259 B
Text

--- cmkdir.c.orig Mon Jun 21 20:23:18 1999
+++ cmkdir.c Mon Jun 21 20:23:45 1999
@@ -43,7 +43,7 @@
struct timeval tv;
u_long r;
int i;
- int ciph=CFS_THREE_DES;
+ int ciph=CFS_BLOWFISH;
int cfmt=1;
int smsize=LARGESMSIZE;
unsigned char ekey[128];