source: freewrt/package/busybox/patches/004-libbb-sha-add-missing-guard.patch@ 44e51f3

freewrt_2_0
Last change on this file since 44e51f3 was 44e51f3, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

busybox: update to latest

  • Property mode set to 100644
File size: 495 bytes
  • libbb/hash_md5_sha.c

    diff --git a/libbb/hash_md5_sha.c b/libbb/hash_md5_sha.c
    index 57a801459..75a61c32c 100644
    a b unsigned FAST_FUNC sha1_end(sha1_ctx_t *ctx, void *resbuf)  
    13131313        hash_size = 8;
    13141314        if (ctx->process_block == sha1_process_block64
    13151315#if ENABLE_SHA1_HWACCEL
     1316# if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    13161317         || ctx->process_block == sha1_process_block64_shaNI
     1318# endif
    13171319#endif
    13181320        ) {
    13191321                hash_size = 5;
Note: See TracBrowser for help on using the repository browser.