Browse Source

Remove misleading comment about how to build SHA1 test program.

Generating the test program is integrated into the build system already.

Originally committed as revision 16804 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
811bfa76ce
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavutil/sha1.c

+ 0
- 2
libavutil/sha1.c View File

@@ -145,8 +145,6 @@ void av_sha1_final(AVSHA1* ctx, uint8_t digest[20]){
((uint32_t*)digest)[i]= be2me_32(ctx->state[i]);
}

// use the following to test
// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O2 -W -Wall -o sha1 && time ./sha1
#ifdef TEST
#include <stdio.h>
#undef printf


Loading…
Cancel
Save