Commit 920a86e8 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Add missing extern

parent e03dc6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,7 @@ struct mac_desc {
  byte *(*hash_final)(struct hash_context *ctx);
  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)
static inline const char *mac_type_name(uint id)
{ return mac_table[id].name; }
{ return mac_table[id].name; }