Skip to content
Snippets Groups Projects
Commit 7050b8f6 authored by Leif Johansson's avatar Leif Johansson
Browse files

bug

parent fba9782a
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) ...@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
CK_RV rv; CK_RV rv;
/* The module to load is the argument */ /* The module to load is the argument */
if (argc != 2 || argc != 3) if (argc != 2 && argc != 3)
usage(); usage();
/* Load the library */ /* Load the library */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment