Remove mistaken typedef from 83a82981dc.

(This broke the Windows build at least.)

Change-Id: I09f088258dc4949554b30c822f8c6cdfa7cd84ff
This commit is contained in:
Adam Langley 2015-04-13 13:34:52 -07:00
parent a039d70270
commit ef24ac396a

View File

@ -60,7 +60,7 @@
#include <openssl/obj.h>
#include <openssl/rand.h>
typedef enum api_t {
enum api_t {
encoded_api,
raw_api,
};