Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
96009392
Commit
96009392
authored
Jul 17, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing extern declarations.
Rev: nettle/ChangeLog:1.207 Rev: nettle/nettle-internal.h:1.4
parent
40c21865
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
nettle/ChangeLog
nettle/ChangeLog
+4
-0
nettle/nettle-internal.h
nettle/nettle-internal.h
+12
-12
No files found.
nettle/ChangeLog
View file @
96009392
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/nettle-internal.h
View file @
96009392
...
...
@@ -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