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