opensc.h: Add missing raw ecdh algorithm

This commit is contained in:
Jakub Jelen 2019-05-16 17:04:49 +02:00 committed by Frank Morgner
parent 293760c0d0
commit 6d751e8b22

View File

@ -191,6 +191,7 @@ extern "C" {
/* define mask of all algorithms that can do raw */
#define SC_ALGORITHM_RAW_MASK (SC_ALGORITHM_RSA_RAW | \
SC_ALGORITHM_GOSTR3410_RAW | \
SC_ALGORITHM_ECDH_CDH_RAW | \
SC_ALGORITHM_ECDSA_RAW)
/* extended algorithm bits for selected mechs */