File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
parsec-openssl-provider/src/keymgmt Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -352,13 +352,13 @@ const PARSEC_PROVIDER_KEYMGMT_IMPL: [OSSL_DISPATCH; 10] = [
352
352
ossl_dispatch ! ( ) ,
353
353
] ;
354
354
355
- pub const PARSEC_PROVIDER_KEYMGMT : [ OSSL_ALGORITHM ; 3 ] = [
356
- ossl_algorithm ! (
357
- PARSEC_PROVIDER_ECDSA_NAME ,
358
- PARSEC_PROVIDER_DFLT_PROPERTIES ,
359
- PARSEC_PROVIDER_KEYMGMT_IMPL ,
360
- PARSEC_PROVIDER_DESCRIPTION_ECDSA
361
- ) ,
355
+ pub const PARSEC_PROVIDER_KEYMGMT : [ OSSL_ALGORITHM ; 2 ] = [
356
+ // ossl_algorithm!(
357
+ // PARSEC_PROVIDER_ECDSA_NAME,
358
+ // PARSEC_PROVIDER_DFLT_PROPERTIES,
359
+ // PARSEC_PROVIDER_KEYMGMT_IMPL,
360
+ // PARSEC_PROVIDER_DESCRIPTION_ECDSA
361
+ // ),
362
362
ossl_algorithm ! (
363
363
PARSEC_PROVIDER_RSA_NAME ,
364
364
PARSEC_PROVIDER_DFLT_PROPERTIES ,
You can’t perform that action at this time.
0 commit comments