Bug 692581

Summary: base/sha2.c conflicts with OpenSSL's libcrypto when static linking
Product: Ghostscript Reporter: Alan Hourihane <alanh>
Component: Build ProcessAssignee: Chris Liddell (chrisl) <chris.liddell>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 9.04   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---

Description Alan Hourihane 2011-10-11 09:08:26 UTC
I get duplicate symbols of SHA256_Init, SHA256_Update, SHA256_Transform and SHA256_Final.

So I guess base/sha2.c should be disabled when openssl is available ?
Comment 1 Chris Liddell (chrisl) 2011-12-07 15:42:42 UTC
Should be fixed by (ahem!) your patch:
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=f52122

Thanks again!