Reorder static to comply with C99 and switch to the inline macro.

This commit is contained in:
Gregory Maxwell
2014-11-12 12:57:35 -08:00
parent 8563713a4f
commit a4a43d7543
24 changed files with 278 additions and 276 deletions

View File

@@ -9,8 +9,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "util_impl.h"
#include "secp256k1.c"
#include "util_impl.h"
#ifdef ENABLE_OPENSSL_TESTS
#include "openssl/bn.h"