Make crypto lib naming more consistent

This commit is contained in:
2020-02-27 15:59:29 -05:00
parent 8cca9a2930
commit aff4be3a65
10 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
#include "bootrom_addr.h"
#include "usb_helpers.h"
#include "command.h"
#include "crypto_host.h"
#include "host_crypto.h"
DEV_PTR_T install_aes_data(struct pwned_device *dev)
{