TclPKCS11

pkgIndex.tcl.in
Login

pkgIndex.tcl.in

File pkgIndex.tcl.in from the latest check-in


package ifneeded pki::pkcs11 @PACKAGE_VERSION@ [list apply {{dir} {
	if {{@TCLEXT_BUILD@} eq "shared"} {
		set toLoad [file join $dir @EXTENSION_TARGET@]
	} else {
		set toLoad ""
	}

	load $toLoad Tclpkcs11
}} $dir]