forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We might want to edit the strings a bit... Maybe add to 0.9.7 too?
- Loading branch information
Showing
4 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
|
||
Changes between 0.9.7 and 0.9.8 [xx XXX 2002] | ||
|
||
*) Add version info to Win32 DLLs. | ||
[Peter 'Luna' Runestig" <[email protected]>] | ||
|
||
*) Add new 'medium level' PKCS#12 API. Certificates and keys | ||
can be added using this API to created arbitrary PKCS#12 | ||
files while avoiding the low level API. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
|
||
# EXE linking stuff | ||
$link="link"; | ||
$rsc="rc"; | ||
$efile="/out:"; | ||
$exep='.exe'; | ||
if ($no_sock) | ||
|