aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/hkp.h')
-rw-r--r--g10/hkp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/hkp.h b/g10/hkp.h
index 6b124fc43..a7b78da96 100644
--- a/g10/hkp.h
+++ b/g10/hkp.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#ifndef G10_HKP_H
-#define G10_HKP_H 1
+#ifndef GPG_HKP_H
+#define GPG_HKP_H 1
int hkp_ask_import( u32 *keyid );
@@ -27,4 +27,4 @@ int hkp_import( STRLIST users );
int hkp_export( STRLIST users );
-#endif /*G10_HKP_H*/
+#endif /*GPG_HKP_H*/