You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/16 19:17:59 UTC

svn commit: r804723 - /commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c

Author: mturk
Date: Sun Aug 16 17:17:58 2009
New Revision: 804723

URL: http://svn.apache.org/viewvc?rev=804723&view=rev
Log:
I'm not the author of sha1 :)

Modified:
    commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c

Modified: commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c?rev=804723&r1=804722&r2=804723&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/shared/sha1.c Sun Aug 16 17:17:58 2009
@@ -28,11 +28,6 @@
  *   34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
  */
 
-/*
- *
- * @author Mladen Turk
- */
-
 #include "acr.h"
 #include "acr_arch.h"
 #include "acr_private.h"