Skip to content
  • Richard van der Hoff's avatar
    Compile some of the crypto libs directly · ee8172d8
    Richard van der Hoff authored
    sha256.c and aes.c contain conflicting declarations, so we need to compile them
    as separate units. This requires a bit more Makefile-shuffling; the build
    directory now includes 'src' or 'lib' as appropriate, and we just mkdir -p
    before each compilation.
    ee8172d8