Generate a GPG Key and revocation cert per http://www.gnupg.org/gpg/en/manual.html:
gpg --key-gen
gpg --output revoke.asc --gen-revoke <my user ID or email>
Once gpg key in keyring we can encrypt and decrypt files.
Generate a GPG Key and revocation cert per http://www.gnupg.org/gpg/en/manual.html:
gpg --key-gen
gpg --output revoke.asc --gen-revoke <my user ID or email>
Once gpg key in keyring we can encrypt and decrypt files.
Index: CMakeLists.txt | |
=================================================================== | |
--- CMakeLists.txt (revision 244611) | |
+++ CMakeLists.txt (working copy) | |
@@ -166,7 +166,7 @@ | |
# Setup Compiler Flags | |
#=============================================================================== | |
-include(HandleLibCXXABI) # Steup the ABI library flags | |
+include(HandleLibCXXABI) # Setup the ABI library flags |