diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/filter.h b/g10/filter.h index c9ea2f394..389026d2c 100644 --- a/g10/filter.h +++ b/g10/filter.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_FILTER_H -#define G10_FILTER_H +#ifndef GPG_FILTER_H +#define GPG_FILTER_H #include <gcrypt.h> @@ -135,4 +135,4 @@ int copy_clearsig_text( IOBUF out, IOBUF inp, GCRY_MD_HD md, -#endif /*G10_FILTER_H*/ +#endif /*GPG_FILTER_H*/ |