Skip to content

Commit

Permalink
Create aes.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kokke authored Dec 29, 2017
1 parent 9325c53 commit 22863d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aes.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef _AES_HPP_
#define _AES_HPP_

#ifndef __cplusplus
#error Do not include the hpp header in a c project!
#endif //__cplusplus

extern "C" {
#include "aes.h"
}

#endif //_AES_HPP_

0 comments on commit 22863d5

Please sign in to comment.