summaryrefslogtreecommitdiffstats
path: root/crypto/rijndael
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-11-12 22:32:18 +0000
committerUlf Möller <ulf@openssl.org>2000-11-12 22:32:18 +0000
commit6a8ba34f9d63fca67382a0b6764c4d29a4d7f3ca (patch)
tree6e63930cb820e93d14873d80d8f8328e7f257d2b /crypto/rijndael
parentf777408fc5afc2477aaf999254eb3158790332bd (diff)
in some new file names the first 8 characters were not unique
Diffstat (limited to 'crypto/rijndael')
-rw-r--r--crypto/rijndael/Makefile.ssl8
-rwxr-xr-xcrypto/rijndael/rd_fst.c (renamed from crypto/rijndael/rijndael-alg-fst.c)2
-rwxr-xr-xcrypto/rijndael/rd_fst.h (renamed from crypto/rijndael/rijndael-alg-fst.h)0
-rw-r--r--crypto/rijndael/rijndael.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/crypto/rijndael/Makefile.ssl b/crypto/rijndael/Makefile.ssl
index 01da7ac8b3..6ed8aa3c03 100644
--- a/crypto/rijndael/Makefile.ssl
+++ b/crypto/rijndael/Makefile.ssl
@@ -28,12 +28,12 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=rijndael-alg-fst.c
-LIBOBJ=rijndael-alg-fst.o
+LIBSRC=rd_fst.c
+LIBOBJ=rd_fst.o
SRC= $(LIBSRC)
-EXHEADER=rijndael-alg-fst.h rijndael.h
+EXHEADER=rd_fst.h rijndael.h
top:
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
@@ -83,4 +83,4 @@ clean:
# DO NOT DELETE THIS LINE
-rijndael-alg-fst.o: boxes-fst-corrected.dat rijndael-alg-fst.h
+rd_fst.o: boxes-fst-corrected.dat rd_fst.h
diff --git a/crypto/rijndael/rijndael-alg-fst.c b/crypto/rijndael/rd_fst.c
index 136166a33a..f856cee3a8 100755
--- a/crypto/rijndael/rijndael-alg-fst.c
+++ b/crypto/rijndael/rd_fst.c
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "rijndael-alg-fst.h"
+#include "rd_fst.h"
#include "boxes-fst-corrected.dat"
diff --git a/crypto/rijndael/rijndael-alg-fst.h b/crypto/rijndael/rd_fst.h
index 9a86e25cf7..9a86e25cf7 100755
--- a/crypto/rijndael/rijndael-alg-fst.h
+++ b/crypto/rijndael/rd_fst.h
diff --git a/crypto/rijndael/rijndael.h b/crypto/rijndael/rijndael.h
index 34741a83b9..8287ca67c1 100644
--- a/crypto/rijndael/rijndael.h
+++ b/crypto/rijndael/rijndael.h
@@ -1,4 +1,4 @@
-#include "rijndael-alg-fst.h"
+#include "openssl/rd_fst.h"
#define RIJNDAEL_MAX_IV 16