]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix compilation with --disable-curve25519 option
authorNick Mathewson <nickm@torproject.org>
Mon, 4 Feb 2013 16:32:55 +0000 (11:32 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 4 Feb 2013 16:32:55 +0000 (11:32 -0500)
commit5ea9a90d682279e857efd63e2a829bd5a39b0178
tree8b0bcad6ef5587bf67f0dda897c5bdcaf45c905f
parentddf2c36ab1e606ea9dcd0253512da16ab17b3457
Fix compilation with --disable-curve25519 option

The fix is to move the two functions to format/parse base64
curve25519 public keys into a new "crypto_format.c" file.  I could
have put them in crypto.c, but that's a big file worth splitting
anyway.

Fixes bug 8153; bugfix on 0.2.4.8-alpha where I did the fix for 7869.
changes/bug8153 [new file with mode: 0644]
src/common/crypto_curve25519.c
src/common/crypto_curve25519.h
src/common/crypto_format.c [new file with mode: 0644]
src/common/include.am