Skip to content

Instantly share code, notes, and snippets.

@mrerrormessage
Created January 19, 2013 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrerrormessage/4575143 to your computer and use it in GitHub Desktop.
Save mrerrormessage/4575143 to your computer and use it in GitHub Desktop.
Gotta love this. From GNUPG
#ifdef ENABLE_SELINUX_HACKS
if (secret) {
log_error (_("exporting secret keys not allowed\n"));
rc = G10ERR_GENERAL;
goto leave;
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment