summaryrefslogtreecommitdiffstats
path: root/movement/lib/TOTP-MCU/sha1.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-10 14:51:13 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-10 14:51:13 -0400
commit7b06d7d6fdbbf282ea32cfd0871e6b0310a08d0c (patch)
tree1b135e864d825e6fd76eaaee2ec39cf6c52c4ac4 /movement/lib/TOTP-MCU/sha1.h
parent5cb68923b9cf27e72a55f5533b9f4045c75eda72 (diff)
downloadSensor-Watch-7b06d7d6fdbbf282ea32cfd0871e6b0310a08d0c.tar.gz
Sensor-Watch-7b06d7d6fdbbf282ea32cfd0871e6b0310a08d0c.tar.bz2
Sensor-Watch-7b06d7d6fdbbf282ea32cfd0871e6b0310a08d0c.zip
static analysis: make __write static to avoid confusion
Diffstat (limited to 'movement/lib/TOTP-MCU/sha1.h')
-rw-r--r--movement/lib/TOTP-MCU/sha1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/lib/TOTP-MCU/sha1.h b/movement/lib/TOTP-MCU/sha1.h
index 2db8fdf8..bd689c34 100644
--- a/movement/lib/TOTP-MCU/sha1.h
+++ b/movement/lib/TOTP-MCU/sha1.h
@@ -10,7 +10,6 @@ void init(void);
void initHmac(const uint8_t* secret, uint8_t secretLength);
uint8_t* result(void);
uint8_t* resultHmac(void);
-void write(uint8_t);
void writeArray(uint8_t *buffer, uint8_t size);
#endif // SHA1_H