Name

otrl_privkey_write_fingerprints — write the fingerprint store to a file

Synopsis

otrl_privkey_write_fingerprints(ustate,  
 file); 
OtrlUserState ustate;
string file;
 

Description

Write the fingerprint store from a given ustate to file.

If an error occures, it raises an Exception with the attributes errno (containing a numeric gcry error code), os_errno (containing an OS errno, if possible) and strerror (containing a string describing the error)