aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn_moid.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2002-01-18 16:51:05 +0000
committerBen Laurie <ben@openssl.org>2002-01-18 16:51:05 +0000
commit9dd5ae65533ec43e66efe66e1bbcddce4cb05509 (patch)
tree7150828e2bcb1ac5c92435ddc3dee259facd72e7 /crypto/asn1/asn_moid.c
parente1e876072d813ac55a4a0b2c17ff55a0b27d1689 (diff)
downloadopenssl-9dd5ae65533ec43e66efe66e1bbcddce4cb05509.zip
openssl-9dd5ae65533ec43e66efe66e1bbcddce4cb05509.tar.gz
openssl-9dd5ae65533ec43e66efe66e1bbcddce4cb05509.tar.bz2
Constification, add config to /dev/crypto.
Diffstat (limited to 'crypto/asn1/asn_moid.c')
-rw-r--r--crypto/asn1/asn_moid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c
index e27b7af..b033787 100644
--- a/crypto/asn1/asn_moid.c
+++ b/crypto/asn1/asn_moid.c
@@ -66,7 +66,7 @@
/* Simple ASN1 OID module: add all objects in a given section */
/* NOTE: doesn't do anything other than print debug messages yet... */
-static int oid_module_init(CONF_IMODULE *md, CONF *cnf)
+static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
{
fprintf(stderr, "Called oid_module_init: name %s, value %s\n",
CONF_imodule_get_name(md), CONF_imodule_get_value(md));