xref: /minix3/crypto/external/bsd/netpgp/dist/bindings/perl/netpgpperl.i (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc %module netpgpperl
2*ebfedea0SLionel Sambuc %{
3*ebfedea0SLionel Sambuc #include <netpgp.h>
4*ebfedea0SLionel Sambuc #undef SvPOK
5*ebfedea0SLionel Sambuc #define SvPOK(x) 1
6*ebfedea0SLionel Sambuc %}
7*ebfedea0SLionel Sambuc %include netpgp.h
8