TclPKCS11

pkgIndex.tcl.in at [0096de45c4]
Login

File pkgIndex.tcl.in artifact 70595f8e35 part of check-in 0096de45c4


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]