diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-10-15 20:33:21 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-10-15 20:33:21 +0200 |
commit | 5ce71329cfa5540aa8bb7091df292fc133bcf8fa (patch) | |
tree | ab79ad8748a00a93c15485386b973227b72b9287 /Makefile.am | |
parent | 5d028cc81ef0635a9dbf57584a1ac0dd3bb3cfb2 (diff) |
add M+1st price private outcome implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 92674e6..e0b6356 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ libbrandt_la_SOURCES = \ crypto.c \ fp_priv.c \ fp_pub.c \ + mp_priv.c \ util.c libbrandt_la_LIBADD = \ |