TclPKCS11

pkgIndex.tcl.in at [8e5c0ef367]
Login

pkgIndex.tcl.in at [8e5c0ef367]

File pkgIndex.tcl.in artifact 70595f8e35 part of check-in 8e5c0ef367


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]