Fix one more identifier (fixes #236)

This commit is contained in:
Jay Berkenbilt 2018-08-12 22:01:51 -04:00
parent a2f62935b3
commit 60fe8061cb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef H__RIJNDAEL
#define H__RIJNDAEL
#ifndef RIJNDAEL_H
#define RIJNDAEL_H
#include <qpdf/qpdf-config.h>
#ifdef HAVE_INTTYPES_H