[Midnightbsd-cvs] src [11613] trunk/secure/lib/libcrypt: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 8 12:31:34 EDT 2018


Revision: 11613
          http://svnweb.midnightbsd.org/src/?rev=11613
Author:   laffer1
Date:     2018-07-08 12:31:33 -0400 (Sun, 08 Jul 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/secure/lib/libcrypt/blowfish.c
    trunk/secure/lib/libcrypt/blowfish.h
    trunk/secure/lib/libcrypt/crypt-blowfish.c
    trunk/secure/lib/libcrypt/crypt-des.c

Modified: trunk/secure/lib/libcrypt/blowfish.c
===================================================================
--- trunk/secure/lib/libcrypt/blowfish.c	2018-07-08 16:31:10 UTC (rev 11612)
+++ trunk/secure/lib/libcrypt/blowfish.c	2018-07-08 16:31:33 UTC (rev 11613)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Blowfish block cipher
  * Copyright 1997 Niels Provos <provos at physnet.uni-hamburg.de>

Modified: trunk/secure/lib/libcrypt/blowfish.h
===================================================================
--- trunk/secure/lib/libcrypt/blowfish.h	2018-07-08 16:31:10 UTC (rev 11612)
+++ trunk/secure/lib/libcrypt/blowfish.h	2018-07-08 16:31:33 UTC (rev 11613)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Blowfish - a fast block cipher designed by Bruce Schneier
  *

Modified: trunk/secure/lib/libcrypt/crypt-blowfish.c
===================================================================
--- trunk/secure/lib/libcrypt/crypt-blowfish.c	2018-07-08 16:31:10 UTC (rev 11612)
+++ trunk/secure/lib/libcrypt/crypt-blowfish.c	2018-07-08 16:31:33 UTC (rev 11613)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*	$OpenBSD: bcrypt.c,v 1.29 2014/02/24 19:45:43 tedu Exp $	*/
 
 /*

Modified: trunk/secure/lib/libcrypt/crypt-des.c
===================================================================
--- trunk/secure/lib/libcrypt/crypt-des.c	2018-07-08 16:31:10 UTC (rev 11612)
+++ trunk/secure/lib/libcrypt/crypt-des.c	2018-07-08 16:31:33 UTC (rev 11613)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * FreeSec: libcrypt for NetBSD
  *



More information about the Midnightbsd-cvs mailing list