Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created October 24, 2016 14:41
Show Gist options
  • Save AndyNovo/c8cf9a65f6cc45d002f63428dc4227cf to your computer and use it in GitHub Desktop.
Save AndyNovo/c8cf9a65f6cc45d002f63428dc4227cf to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <gcrypt.h>
int main (int argc, const char **argv) {
printf("%s\n", gcry_check_version(NULL));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment