projects
/
platform
/
upstream
/
libsolv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor testcase_str2dep
[platform/upstream/libsolv.git]
/
ext
/
solv_pgpvrfy.h
1
/*
2
* Copyright (c) 2013, SUSE Inc.
3
*
4
* This program is licensed under the BSD license, read LICENSE.BSD
5
* for further information
6
*/
7
8
extern int solv_pgpvrfy(const unsigned char *pub, int publ, const unsigned char *sig, int sigl);
9