xref: /minix3/crypto/external/bsd/netpgp/dist/bindings/python/netpgppython.i (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1 %module netpgppython
2 %{
3 #include <netpgp.h>
4 
5 
6 %}
7 %include netpgp.h
8