Skip to content
  • Nick Mathewson's avatar
    Fix compilation with --disable-curve25519 option · 5ea9a90d
    Nick Mathewson authored
    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.
    5ea9a90d