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.
This commit is contained in:
Nick Mathewson
2013-02-04 11:32:55 -05:00
parent ddf2c36ab1
commit 5ea9a90d68
5 changed files with 56 additions and 37 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Compile correctly with the --disable-curve25519 option. Fix for
bug 8153; bugfix on 0.2.4.8-alpha.