1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Improved AES performance.

This commit is contained in:
Werner Koch 2008-03-22 17:01:37 +00:00
parent a614eabba9
commit 537cada38e
10 changed files with 392 additions and 242 deletions

View file

@ -1,3 +1,7 @@
2008-01-30 Werner Koch <wk@g10code.com>
* w32installer.nsi: Set the OutPath back.
2007-12-12 Werner Koch <wk@g10code.com>
* config.sub, config.guess: Update to version 2007-11-19.

View file

@ -351,6 +351,8 @@ Section "-Finish"
WriteRegStr HKCU "Software\GNU\GnuPG" "Lang" $R3
;;
# Set the Outpath pack so that the README file can be displayed.
SetOutPath "$INSTDIR"
SectionEnd ; "-Finish"