Build of C cli fails because of missing include
Hi,
I built the C cli under Fedora.
It failed because of missing stdint.h includes.
It worked after I included it in mpw-util.h and mpw-types.h
Thanks for your awesome piece of software.
Merten
--snip--
[..]
mpw-algorithm.c: In function ‘mpw_passwordForSite’:
mpw-algorithm.c:69:5: error: unknown type name ‘uint8_t’
uint8_t *sitePasswordInfo = NULL;
^
mpw-algorithm.c:84:11: error: unknown type name ‘uint8_t’
const uint8_t *sitePasswordSeed = mpw_hmac_sha256( masterKey, MP_dkLen, sitePasswordInfo, sitePasswordInfoSize );
[..]
--snip--
- MasterPassword-2.1-stdint.patch 625 Bytes
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Maarten Billemo... on 31 Dec, 2014 06:21 PM
Thanks Merten!
Maarten Billemont closed this discussion on 31 Dec, 2014 06:21 PM.