diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-11-03 09:53:53 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-11-03 09:53:53 +0100 |
commit | 920a86e8493fe25008f084f67f368aea9b197efd (patch) | |
tree | 1d4b18ae8193cb6b3deaa7c477e94a390865157e /lib/mac.h | |
parent | e03dc6a984555e3c943735d50376cada2220bac8 (diff) |
Add missing extern
Diffstat (limited to 'lib/mac.h')
-rw-r--r-- | lib/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ struct mac_desc { byte *(*hash_final)(struct hash_context *ctx); }; -const struct mac_desc mac_table[ALG_MAX]; +extern const struct mac_desc mac_table[ALG_MAX]; static inline const char *mac_type_name(uint id) { return mac_table[id].name; } |