projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Constify DH-related code.
[openssl.git]
/
crypto
/
asn1
/
d2i_dhp.c
diff --git
a/crypto/asn1/d2i_dhp.c
b/crypto/asn1/d2i_dhp.c
index
635ae82
..
d64ec74
100644
(file)
--- a/
crypto/asn1/d2i_dhp.c
+++ b/
crypto/asn1/d2i_dhp.c
@@
-64,7
+64,7
@@
#include <openssl/objects.h>
#include <openssl/asn1_mac.h>
-DH *d2i_DHparams(DH **a, unsigned char **pp, long length)
+DH *d2i_DHparams(DH **a,
const
unsigned char **pp, long length)
{
int i=ERR_R_NESTED_ASN1_ERROR;
ASN1_INTEGER *bs=NULL;