summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/manifest.mn
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2001-10-08 16:11:52 +0000
committerian.mcgreer%sun.com <devnull@localhost>2001-10-08 16:11:52 +0000
commitc3aa2eadfcf25ebbcf52153f177dbae0e6cb8e66 (patch)
tree3bd72bd143c5b7ec04779ad5afbbaa68959152ca /security/nss/lib/freebl/manifest.mn
parent990d0911cb023993eab7916ed39ae41500645efc (diff)
downloadnss-hg-c3aa2eadfcf25ebbcf52153f177dbae0e6cb8e66.tar.gz
allow various ways of building AES
Diffstat (limited to 'security/nss/lib/freebl/manifest.mn')
-rw-r--r--security/nss/lib/freebl/manifest.mn17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/manifest.mn b/security/nss/lib/freebl/manifest.mn
index 53f5a883b..9a4830fcc 100644
--- a/security/nss/lib/freebl/manifest.mn
+++ b/security/nss/lib/freebl/manifest.mn
@@ -107,3 +107,20 @@ ALL_HDRS = \
vis_proto.h \
$(NULL)
+ifdef AES_GEN_TBL
+DEFINES += -DRIJNDAEL_GENERATE_TABLES
+else
+ifdef AES_GEN_TBL_M
+DEFINES += -DRIJNDAEL_GENERATE_TABLES_MACRO
+else
+ifdef AES_GEN_VAL
+DEFINES += -DRIJNDAEL_GENERATE_VALUES
+else
+ifdef AES_GEN_VAL_M
+DEFINES += -DRIJNDAEL_GENERATE_VALUES_MACRO
+else
+DEFINES += -DRIJNDAEL_INCLUDE_TABLES
+endif
+endif
+endif
+endif