#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::CM qw (setcrypt);

my $ok = setcrypt('on');
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "OK = $ok \n"; }
