Skip to content

Commit

Permalink
Remove cl_initialize_crypto() call from the example C file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Webb committed Jul 4, 2014
1 parent 78ee225 commit 641fa9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/ex1.c
Expand Up @@ -45,9 +45,6 @@ int main(int argc, char **argv)
const char *virname;
struct cl_engine *engine;

cl_initialize_crypto();


if(argc != 2) {
printf("Usage: %s file\n", argv[0]);
return 2;
Expand Down

0 comments on commit 641fa9f

Please sign in to comment.