Bug 694766 - Fails to compile because of duplicate sybols with SHA384/512
Summary: Fails to compile because of duplicate sybols with SHA384/512
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: 9.10
Hardware: PC Linux
: P4 normal
Assignee: Chris Liddell (chrisl)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-09 06:45 UTC by Alan Hourihane
Modified: 2013-11-11 06:50 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Change SHA384/512 to pSHA384/512 (5.08 KB, patch)
2013-11-09 06:45 UTC, Alan Hourihane
Details | Diff
Additional header file patch (4.12 KB, patch)
2013-11-10 09:31 UTC, Alan Hourihane
Details | Diff
For consistency need SHA256_End/Data renaming too. (5.08 KB, patch)
2013-11-10 09:35 UTC, Alan Hourihane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2013-11-09 06:45:02 UTC
Created attachment 10378 [details]
Change SHA384/512 to pSHA384/512

Patch attached to follow the scheme of pSHA256.

Thanks.
Comment 1 Alan Hourihane 2013-11-10 09:31:08 UTC
Created attachment 10380 [details]
Additional header file patch

Forgot to fix the header file, which is needed with the above fix too.

Thanks.
Comment 2 Alan Hourihane 2013-11-10 09:35:35 UTC
Created attachment 10381 [details]
For consistency need SHA256_End/Data renaming too.
Comment 3 Chris Liddell (chrisl) 2013-11-11 06:50:00 UTC
Patch applied (with a couple of very minor tweaks):

http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=48a0dd97


Thanks!