summaryrefslogtreecommitdiffstats
path: root/botan/wrappers/swig/pk.swg
blob: 8e03cf12094f26472ef701ca7c688338afa1dfed (plain)
1
2
3
4
5
6
7
8
%module botan

%{
#undef ANY
#include "botan/pubkey.h"
%}

%include "botan/pubkey.h"