0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00
bitcoin-bitcoin-core/contrib
Andrew Poelstra eed87af10a Change contrib/laxder from headers-only to files compilable as standalone C
Verified that both programs compile with

    gcc -I. -I../include -lsecp256k1 -c -W -Wextra -Wall -Werror -ansi -pedantic lax_der_privatekey_parsing.c
    gcc -I. -I../include -lsecp256k1 -c -W -Wextra -Wall -Werror -ansi -pedantic lax_der_parsing.c
2015-10-29 18:55:49 -05:00
..
lax_der_parsing.c Change contrib/laxder from headers-only to files compilable as standalone C 2015-10-29 18:55:49 -05:00
lax_der_parsing.h Change contrib/laxder from headers-only to files compilable as standalone C 2015-10-29 18:55:49 -05:00
lax_der_privatekey_parsing.c Change contrib/laxder from headers-only to files compilable as standalone C 2015-10-29 18:55:49 -05:00
lax_der_privatekey_parsing.h Change contrib/laxder from headers-only to files compilable as standalone C 2015-10-29 18:55:49 -05:00