mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
83ad88b7bd
Detected by autogen.sh on a cross-mingw build: Creating library file: .libs/libvirt.dll.a Cannot export virNetSASLContextCheckIdentity: symbol not defined Cannot export virNetSASLContextNewServer: symbol not defined ... * src/libvirt_private.syms (virnetsaslcontext.h): Move symbols... * src/libvirt_sasl.syms: ...to new file. * src/Makefile.am (USED_SYM_FILES) [HAVE_SASL]: Use new file. (EXTRA_DIST): Ship it.
21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
#
|
|
# SASL-specific symbols
|
|
#
|
|
|
|
# virnetsaslcontext.h
|
|
virNetSASLContextCheckIdentity;
|
|
virNetSASLContextNewServer;
|
|
virNetSASLSessionExtKeySize;
|
|
virNetSASLSessionFree;
|
|
virNetSASLSessionGetIdentity;
|
|
virNetSASLSessionGetKeySize;
|
|
virNetSASLSessionListMechanisms;
|
|
virNetSASLSessionNewServer;
|
|
virNetSASLSessionSecProps;
|
|
virNetSASLSessionServerStart;
|
|
virNetSASLSessionServerStep;
|
|
|
|
|
|
# virnetserverclient.h
|
|
virNetServerClientSetSASLSession;
|