From 9d747759341729a67f995d53b66b883bd462632c Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 26 Mar 2014 23:40:07 -0600 Subject: [PATCH] add fips file placeholders --- ctaocrypt/src/fips.c | 2 ++ ctaocrypt/src/fips_test.c | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 ctaocrypt/src/fips.c create mode 100644 ctaocrypt/src/fips_test.c diff --git a/ctaocrypt/src/fips.c b/ctaocrypt/src/fips.c new file mode 100644 index 000000000..fbd8effea --- /dev/null +++ b/ctaocrypt/src/fips.c @@ -0,0 +1,2 @@ +/* fips.c */ + diff --git a/ctaocrypt/src/fips_test.c b/ctaocrypt/src/fips_test.c new file mode 100644 index 000000000..41bae7c31 --- /dev/null +++ b/ctaocrypt/src/fips_test.c @@ -0,0 +1,2 @@ +/* fips_test.c */ +