diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ref/cipher.h | 1 | ||||
| -rw-r--r-- | src/ref/lilliput-ae-utils.h | 1 | ||||
| -rw-r--r-- | src/ref/tweakey.h | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/src/ref/cipher.h b/src/ref/cipher.h index 30cb9c5..0746189 100644 --- a/src/ref/cipher.h +++ b/src/ref/cipher.h @@ -20,4 +20,5 @@ void lilliput_tbc_decrypt( uint8_t message[BLOCK_BYTES] ); + #endif /* CIPHER_H */ diff --git a/src/ref/lilliput-ae-utils.h b/src/ref/lilliput-ae-utils.h index 617954b..b9ef1dd 100644 --- a/src/ref/lilliput-ae-utils.h +++ b/src/ref/lilliput-ae-utils.h @@ -123,5 +123,4 @@ static void process_associated_data( } - #endif /* LILLIPUT_AE_UTILS_H */ diff --git a/src/ref/tweakey.h b/src/ref/tweakey.h index f4c1f0a..d2612cd 100644 --- a/src/ref/tweakey.h +++ b/src/ref/tweakey.h @@ -20,4 +20,5 @@ void tweakey_state_extract( void tweakey_state_update(uint8_t TK[TWEAKEY_BYTES]); + #endif /* TWEAKEY_H */ |
