openssl/crypto/rc5
Richard Levitte dee502be89 Stop symlinking, move files to intended directory
Rather than making include/openssl/foo.h a symlink to
crypto/foo/foo.h, this change moves the file to include/openssl/foo.h
once and for all.

Likewise, move crypto/foo/footest.c to test/footest.c, instead of
symlinking it there.

Originally-by: Geoff Thorpe <geoff@openssl.org>

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-03-31 20:16:01 +02:00
..
asm Remove all .cvsignore files 2014-11-28 18:32:43 -05:00
Makefile Remove fipscanister build functionality from makefiles. 2014-12-08 13:23:45 +00:00
rc5_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5_skey.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5cfb64.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5ofb64.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rc5s.cpp