Lots of efforts for make_Credential.
It DOES NOT pass tests yet. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -57,9 +57,9 @@ typedef struct PublicKeyCredentialDescriptor {
|
||||
} PublicKeyCredentialDescriptor;
|
||||
|
||||
typedef struct CredOptions {
|
||||
bool *rk;
|
||||
bool *up;
|
||||
bool *uv;
|
||||
const bool *rk;
|
||||
const bool *up;
|
||||
const bool *uv;
|
||||
bool present;
|
||||
} CredOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user