Skip to content

Commit

Permalink
crypo: Add missing headers for openssl.c
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 22, 2024
1 parent 2144d25 commit 307d57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crypto/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdio.h>
#include <stdint.h>

#include <openssl/evp.h>
Expand Down Expand Up @@ -101,4 +102,4 @@ void osdp_fill_random(uint8_t *buf, int len)

void osdp_crypt_teardown()
{
}
}

0 comments on commit 307d57f

Please sign in to comment.