aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libsecp256k1_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc/libsecp256k1_config.h')
-rw-r--r--build_msvc/libsecp256k1_config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/build_msvc/libsecp256k1_config.h b/build_msvc/libsecp256k1_config.h
deleted file mode 100644
index 2b1a980e27..0000000000
--- a/build_msvc/libsecp256k1_config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2013, 2014 Pieter Wuille *
- * Distributed under the MIT software license, see the accompanying *
- * file COPYING or http://www.opensource.org/licenses/mit-license.php.*
- **********************************************************************/
-
-#ifndef BITCOIN_LIBSECP256K1_CONFIG_H
-#define BITCOIN_LIBSECP256K1_CONFIG_H
-
-#undef USE_ASM_X86_64
-
-#define ECMULT_GEN_PREC_BITS 4
-#define ECMULT_WINDOW_SIZE 15
-
-#endif // BITCOIN_LIBSECP256K1_CONFIG_H