summaryrefslogtreecommitdiffstats
path: root/crypto/pem
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
commitf68854b4c344ed6ebf1893055bd63654849996e1 (patch)
tree6ff42991d0bc7b4bfbcf69cc5736c49a52650de6 /crypto/pem
parent1cfd258ed61721ef667ea8a6ca46b57f3765007e (diff)
Various Win32 and other fixes for warnings and compilation errors.
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/pem_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c
index 14e0643129..870e102651 100644
--- a/crypto/pem/pem_info.c
+++ b/crypto/pem/pem_info.c
@@ -186,7 +186,7 @@ start:
#ifndef OPENSSL_NO_DSA
if (strcmp(name,PEM_STRING_DSA) == 0)
{
- (D2I_OF(RSA))d2i=d2i_DSAPrivateKey;
+ (D2I_OF(DSA))d2i=d2i_DSAPrivateKey;
if (xi->x_pkey != NULL)
{
if (!sk_X509_INFO_push(ret,xi)) goto err;