aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-01-27 16:50:45 +0000
committerWerner Koch <[email protected]>2000-01-27 16:50:45 +0000
commitbaa30ad117e12c5182a78ede84c5103bea23616b (patch)
treef1d174362ee1855c5af77dcb917451e026c0a8d5 /g10/options.h
parentSee ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch (diff)
downloadgnupg-baa30ad117e12c5182a78ede84c5103bea23616b.tar.gz
gnupg-baa30ad117e12c5182a78ede84c5103bea23616b.zip
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
Diffstat (limited to '')
-rw-r--r--g10/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/options.h b/g10/options.h
index abb0c7ad0..cbe6c24e0 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -17,8 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#ifndef G10_OPTIONS_H
-#define G10_OPTIONS_H
+#ifndef GPG_OPTIONS_H
+#define GPG_OPTIONS_H
#include <types.h>
@@ -106,4 +106,4 @@ struct {
#define DBG_CIPHER (opt.debug & DBG_CIPHER_VALUE)
-#endif /*G10_OPTIONS_H*/
+#endif /*GPG_OPTIONS_H*/