repo.or.cz
/
bcr-a2csamples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved loading functions to util.c.
[bcr-a2csamples.git]
/
printcert
/
util.h
blob
2f85d38021b10282dddb60515b86678ac27c35ad
1
#ifndef UTIL_H
2
#define UTIL_H
3
4
Cert_Certificate
*
read_certificate_from_file
(
const char
*
filename
);
5
6
#endif
/* UTIL_H */