Skip to content

Commit

Permalink
Added_OAEP_JSS_test
Browse files Browse the repository at this point in the history
Signed-off-by: Pritam Singh <[email protected]>
  • Loading branch information
Pritam Singh committed Nov 17, 2020
1 parent 13a22a1 commit 2a80229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/oaep.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "pk11pub.h"

int main() {
PK11_PubWrapSymKeyWithMechanism(NULL, 0, NULL, NULL, NULL);
PK11_PubWrapSymKeyWithMechanism(NULL, 1, NULL, NULL, NULL);
PK11_PubUnwrapSymKeyWithMechanism(NULL, 0, NULL, NULL, 0, 0, 0);
return 0;
}

0 comments on commit 2a80229

Please sign in to comment.