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:
parent
a614eabba9
commit
537cada38e
10 changed files with 392 additions and 242 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue