Commit 60fe8061cb0330a1459bf23d7ff47444a7dd7710

Authored by Jay Berkenbilt
1 parent a2f62935

Fix one more identifier (fixes #236)

Showing 1 changed file with 2 additions and 2 deletions
libqpdf/qpdf/rijndael.h
1   -#ifndef H__RIJNDAEL
2   -#define H__RIJNDAEL
  1 +#ifndef RIJNDAEL_H
  2 +#define RIJNDAEL_H
3 3  
4 4 #include <qpdf/qpdf-config.h>
5 5 #ifdef HAVE_INTTYPES_H
... ...