(actually) remove schnorrsig module

This commit is contained in:
Andrew Poelstra
2020-10-14 14:53:21 +00:00
parent bac746c55e
commit a11250330b
12 changed files with 0 additions and 1394 deletions

View File

@@ -18,7 +18,6 @@ fi
--enable-ecmult-static-precomputation="$STATICPRECOMPUTATION" --with-ecmult-gen-precision="$ECMULTGENPRECISION" \
--enable-module-ecdh="$ECDH" --enable-module-recovery="$RECOVERY" \
--enable-module-rangeproof="$RANGEPROOF" --enable-module-whitelist="$WHITELIST" --enable-module-generator="$GENERATOR" \
--enable-module-schnorrsig="$SCHNORRSIG" \
--host="$HOST" $EXTRAFLAGS
if [ -n "$BUILD" ]