1995-07-24 08:30:47 +04:00
|
|
|
#!/bin/sh
|
1998-01-09 11:03:16 +03:00
|
|
|
#
|
|
|
|
# $NetBSD: bdes.sh,v 1.2 1998/01/09 08:05:24 perry Exp $
|
|
|
|
#
|
1995-07-24 08:30:47 +04:00
|
|
|
# bdes cannot be exported, so this is just a do-nothing script.
|
|
|
|
|
|
|
|
echo "$0: encryption not supported" 1>&2
|
|
|
|
exit 1
|