mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
added sodium_init()
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PCP1 1"
|
||||
.TH PCP1 1 "2013-12-02" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.TH PCP1 1 "2013-12-19" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
||||
@@ -102,6 +102,8 @@ void test3() {
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
sodium_init();
|
||||
|
||||
try {
|
||||
if(argc < 2)
|
||||
throw pcp::exception("usage: cpptest N");
|
||||
|
||||
Reference in New Issue
Block a user