mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
27 lines
822 B
Modula-2
27 lines
822 B
Modula-2
LIBRARY NSSLDAP32V50
|
|
DESCRIPTION 'Lightweight Directory Access Protocol Client API with SSL for 32-bit Windows'
|
|
VERSION 5.0
|
|
HEAPSIZE 4096
|
|
|
|
EXPORTS
|
|
; we need to manually assign ordinal numbers so we can add new routines
|
|
; and not disturb the ordinals and thus not require callers to relink.
|
|
;
|
|
; exports list (generated by genexports.pl)
|
|
;
|
|
ldapssl_client_init @450
|
|
ldapssl_init @451
|
|
ldapssl_install_routines @452
|
|
ldapssl_clientauth_init @453
|
|
ldapssl_enable_clientauth @454
|
|
ldapssl_advclientauth_init @456
|
|
ldapssl_pkcs_init @457
|
|
ldapssl_err2string @458
|
|
ldapssl_serverauth_init @459
|
|
; the last Windows ordinal number that has been reserved for SSL is 469.
|
|
|
|
; Windows ordinals 1100-1150 are reserved for privately/non-published
|
|
; exported routines
|
|
;
|
|
; end of generated exports list.
|