Skip to content

Commit

Permalink
Remove unnecessary openssl header file
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-cao committed Oct 11, 2019
1 parent e14f2ef commit fe90fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
#include <stdio.h>
#include <string.h>

#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/rsa.h>
//#include <openssl/err.h>
//#include <openssl/evp.h>
//#include <openssl/rsa.h>
#include <openssl/pem.h>

#include "lib/crc32.h"
Expand Down

0 comments on commit fe90fe1

Please sign in to comment.