Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
kindkaktus committed Feb 22, 2018
1 parent 36831a3 commit 80cfe8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sscep.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#include <openssl/ssl.h>
/* Global defines */

#define VERSION "0.6.1"
#define VERSION "0.6.2"

/* SCEP operations */
int operation_flag;
Expand Down Expand Up @@ -134,7 +134,7 @@ int operation_flag;
"Integrity check failed"
#define SCEP_FAILINFO_BADREQ 2
#define SCEP_FAILINFO_BADREQ_STR \
"Transaction not permitted or supported"
"Transaction not permitted or supported"
#define SCEP_FAILINFO_BADTIME 3
#define SCEP_FAILINFO_BADTIME_STR \
"Message time field was not sufficiently close to the system time"
Expand Down Expand Up @@ -255,7 +255,7 @@ struct scep {

/* Reply */
PKCS7 *reply_p7;
unsigned char *reply_payload;
unsigned char *reply_payload;
int reply_len;

/* Engine */
Expand Down

0 comments on commit 80cfe8a

Please sign in to comment.