openssl/crypto/bf
Richard Levitte 1b8403889b Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 0f539dc1a2)

Conflicts:
	Makefile.org
	apps/Makefile
	test/Makefile
	crypto/cmac/Makefile
	crypto/srp/Makefile
2015-05-23 11:17:35 +02:00
..
asm Update perl asm scripts include paths for perlasm. 2008-01-05 22:28:38 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
bf_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_cfb64.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_ofb64.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_opts.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_pi.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bf_skey.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bfs.cpp Submitted by: 1999-04-23 23:28:26 +00:00
bfspeed.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
bftest.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
blowfish.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
COPYRIGHT Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
INSTALL Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:17:35 +02:00
README Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
VERSION Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00

This is a quick packaging up of my blowfish code into a library.
It has been lifted from SSLeay.
The copyright notices seem a little harsh because I have not spent the
time to rewrite the conditions from the normal SSLeay ones.

Basically if you just want to play with the library, not a problem.

eric 15-Apr-1997