X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fconf%2Fconf_def.c;h=26764dad00421a9b6503c2a8cf82966342a2d0e7;hp=0a6de477e32d98db12f52ec31ab992d2053c513a;hb=HEAD;hpb=da1c088f599af3755aaeed1c447a39621ef12e1f diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index 0a6de477e3..e047746f67 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -892,7 +892,7 @@ static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx) static int is_keytype(const CONF *conf, char c, unsigned short type) { - const unsigned short * keytypes = (const unsigned short *) conf->meth_data; + const unsigned short *keytypes = (const unsigned short *) conf->meth_data; unsigned char key = (unsigned char)c; #ifdef CHARSET_EBCDIC