diff options
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r-- | sys/geom/geom_aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c index c9e168701253..12c38a762e23 100644 --- a/sys/geom/geom_aes.c +++ b/sys/geom/geom_aes.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_aes.c,v 1.20 2003/05/05 15:52:11 phk Exp $ * * This method provides AES encryption with a compiled in key (default * all zeroes). |