Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
69e5d189
Commit
69e5d189
authored
Jul 17, 2011
by
Niels Möller
Browse files
Added missing extern declarations.
Rev: nettle/ChangeLog:1.207 Rev: nettle/nettle-internal.h:1.4
parent
b1405b6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
69e5d189
2011-07-17 Niels Mller <nisse@lysator.liu.se>
* nettle-internal.h: Added missing extern declarations.
2011-07-11 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Changed version number to 2.3.
...
...
nettle-internal.h
View file @
69e5d189
...
...
@@ -108,20 +108,20 @@ struct nettle_aead
(nettle_hash_digest_func *) type##_##name##_digest, \
}
const
struct
nettle_aead
nettle_gcm_aes128
;
const
struct
nettle_aead
nettle_gcm_aes192
;
const
struct
nettle_aead
nettle_gcm_aes256
;
extern
const
struct
nettle_aead
nettle_gcm_aes128
;
extern
const
struct
nettle_aead
nettle_gcm_aes192
;
extern
const
struct
nettle_aead
nettle_gcm_aes256
;
const
struct
nettle_aead
nettle_gcm_camellia128
;
const
struct
nettle_aead
nettle_gcm_camellia192
;
const
struct
nettle_aead
nettle_gcm_camellia256
;
extern
const
struct
nettle_aead
nettle_gcm_camellia128
;
extern
const
struct
nettle_aead
nettle_gcm_camellia192
;
extern
const
struct
nettle_aead
nettle_gcm_camellia256
;
const
struct
nettle_aead
nettle_gcm_serpent128
;
const
struct
nettle_aead
nettle_gcm_serpent192
;
const
struct
nettle_aead
nettle_gcm_serpent256
;
extern
const
struct
nettle_aead
nettle_gcm_serpent128
;
extern
const
struct
nettle_aead
nettle_gcm_serpent192
;
extern
const
struct
nettle_aead
nettle_gcm_serpent256
;
const
struct
nettle_aead
nettle_gcm_twofish128
;
const
struct
nettle_aead
nettle_gcm_twofish192
;
const
struct
nettle_aead
nettle_gcm_twofish256
;
extern
const
struct
nettle_aead
nettle_gcm_twofish128
;
extern
const
struct
nettle_aead
nettle_gcm_twofish192
;
extern
const
struct
nettle_aead
nettle_gcm_twofish256
;
#endif
/* NETTLE_INTERNAL_H_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment