We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bce0cc commit dfcb95bCopy full SHA for dfcb95b
.gitignore
@@ -49,5 +49,6 @@ Makefile.in
49
/system/*.service
50
/tests/abktconv
51
/tests/bodyconv
52
+/tests/cryptest
53
/tests/icalparse
54
/tests/zendfake
tests/cryptest.cpp
@@ -0,0 +1,7 @@
1
+#include <gromox/util.hpp>
2
+using namespace gromox;
3
+int main()
4
+{
5
+ printf("%s\n", crypt_wrapper("test"));
6
+ return 0;
7
+}
0 commit comments