aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 8e0c8c7e1..ca7005a74 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#ifndef G10_PACKET_H
-#define G10_PACKET_H
+#ifndef GPG_PACKET_H
+#define GPG_PACKET_H
#include "types.h"
#include "iobuf.h"
@@ -360,4 +360,4 @@ int make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk,
/*-- keygen.c --*/
PKT_user_id *generate_user_id(void);
-#endif /*G10_PACKET_H*/
+#endif /*GPG_PACKET_H*/