Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
f12fdc75
Commit
f12fdc75
authored
Feb 18, 2012
by
Niels Möller
Browse files
Eliminated $Id...$ tags in files.
parent
8b23832a
Changes
7
Show whitespace changes
Inline
Side-by-side
.gitattributes
View file @
f12fdc75
[attr]binary -text -crlf -diff -ident
* text ident
* text -ident
aclocal.m4
View file @
f12fdc75
...
...
@@ -523,7 +523,6 @@ dnl Remember, if the system already had a valid <stdint.h>, the generated
dnl file will include it directly. No need for fuzzy HAVE_STDINT_H things...
dnl
dnl @, (status: used on new platforms) (see http://ac-archive.sf.net/gstdint/)
dnl @version $Id$
dnl @author Guido Draheim <guidod@gmx.de>
AC_DEFUN([AX_CREATE_STDINT_H],
...
...
cast128_sboxes.h
View file @
f12fdc75
/*
* $Id$
*
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
...
...
desCode.h
View file @
f12fdc75
/* desCode.h
*
* $Id$
*/
*/
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How
...
...
descore.README
View file @
f12fdc75
...
...
@@ -17,8 +17,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author's address: how@isl.stanford.edu
$Id$
==>> To compile after untarring/unsharring, just `make' <<==
...
...
desdata.c
View file @
f12fdc75
...
...
@@ -2,7 +2,7 @@
*
* Generate tables used by des.c and desCode.h.
*
* $Id$
*/
*/
/*
* des - fast & portable DES encryption & decryption.
...
...
desinfo.h
View file @
f12fdc75
...
...
@@ -3,7 +3,7 @@
* Tables describing DES rather than just this implementation.
* These are used in desdata but NOT in runtime code.
*
* $Id$
*/
*/
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment