patch for cipher/sha512.c (u64 numbers)
    Werner Koch 
    wk at gnupg.org
       
    Thu May  8 18:00:02 CEST 2003
    
    
  
On Tue, 6 May 2003 16:50:52 +0200, Christoph Moench-Tegeder said:
> In cipher/sha512.c u64 (long long int on most platforms) constants
> are without modifier 'LL' in assignments. At least HP's cc in ANSI
To my knowledge the LL suffix is not C-89 and thus we can't use it.
The simple solution is to fix HP's compiler or write an autoconf test
to detect such a broken compiler.
-- 
  Nonviolence is the greatest force at the disposal of
  mankind. It is mightier than the mightiest weapon of
  destruction devised by the ingenuity of man. -Gandhi
    
    
More information about the Gnupg-devel
mailing list