repo.or.cz
/
git-daemon2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
encode_uint32 second parameter should be uint32_t, not unsigned long
[git-daemon2.git]
/
client
/
pem_decrypt.h
blob
ab132bf110903053613441a8079680338afac9bc
1
#ifndef _pem_decrypt__h__included__
2
#define _pem_decrypt__h__included__
3
4
#include <stdlib.h>
5
6
unsigned char
*
decrypt_key
(
const unsigned char
*
cipher
,
size_t
cipher_size
,
7
const char
*
dek_info
,
const char
*
keyname
,
size_t
*
decrypted_len
);
8
9
#endif