Skip to content

Commit

Permalink
fixed missing rijdeal api
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Dec 23, 2013
1 parent b671777 commit a0967dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rijndael.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
author Paulo Barreto <[email protected]>
*/

#if MYSQL_VERSION_MINOR > 5

#include <my_global.h>
#include "rijndael.h"

#if MYSQL_VERSION_MINOR > 5

/*
Define the following to use fastest and much larger code (~10K extra code)
#define FULL_UNROLL
Expand Down

0 comments on commit a0967dc

Please sign in to comment.