summaryrefslogtreecommitdiff
path: root/beecrypt/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/aes.h')
-rw-r--r--beecrypt/aes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/aes.h b/beecrypt/aes.h
index f3fbda900..253aff2d6 100644
--- a/beecrypt/aes.h
+++ b/beecrypt/aes.h
@@ -112,9 +112,9 @@ int aesDecrypt(aesParam* ap, uint32_t* dst, const uint32_t* src)
/** \ingroup BC_aes_m
*/
/*@-exportlocal@*/
-BEECRYPTAPI
+BEECRYPTAPI /*@observer@*/
uint32_t* aesFeedback(aesParam* ap)
- /*@modifies ap @*/;
+ /*@*/;
/*@=exportlocal@*/
#ifdef __cplusplus