9 lines
184 B
Bash
9 lines
184 B
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: bdes.sh,v 1.2 1998/01/09 08:05:24 perry Exp $
|
|
#
|
|
# bdes cannot be exported, so this is just a do-nothing script.
|
|
|
|
echo "$0: encryption not supported" 1>&2
|
|
exit 1
|