OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
60fe8061cb0330a1459bf23d7ff47444a7dd7710
Authored by
Jay Berkenbilt
2018-08-12 22:01:51 -0400
1 parent
a2f62935
Fix one more identifier (fixes #236)
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libqpdf/qpdf/rijndael.h
libqpdf/qpdf/rijndael.h
View file @
60fe806
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
...
...