summaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_ossl.c
diff options
context:
space:
mode:
authorsteve <steve>2000-12-06 18:33:56 +0000
committersteve <steve>2000-12-06 18:33:56 +0000
commit99618e6ba26edf521fa79e77ab624f6d7f82038c (patch)
tree6fe60302301e971d7bb918e81b9718b02011f108 /crypto/dsa/dsa_ossl.c
parentf0c59ec71d7c5d3f8129bfff824d945f6c14cdd9 (diff)
downloadopenssl-99618e6ba26edf521fa79e77ab624f6d7f82038c.tar.gz
Merge from main trunk: lets see if this works ;-)TOBEMERGED_ASN12mainBRANCH_ASN1
This involved the use of some temporary macros which handle the partial constification. They cast away const but this will go away when constification is handled in the main ASN1 code.
Diffstat (limited to 'crypto/dsa/dsa_ossl.c')
-rw-r--r--crypto/dsa/dsa_ossl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c
index 96295dc24..4b600fa73 100644
--- a/crypto/dsa/dsa_ossl.c
+++ b/crypto/dsa/dsa_ossl.c
@@ -92,7 +92,7 @@ dsa_finish,
NULL
};
-DSA_METHOD *DSA_OpenSSL(void)
+const DSA_METHOD *DSA_OpenSSL(void)
{
return &openssl_dsa_meth;
}