diff options
author | pjd <pjd@FreeBSD.org> | 2011-05-08 09:11:04 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-05-08 09:11:04 +0000 |
commit | b5e32df2e047c30254644ec28a836794b00a4e48 (patch) | |
tree | 8d5611a5b7664a08b90113f9b33771e26f5bd9a0 /sys/geom | |
parent | db388d2134250b2652de68b4cf41bcd04e40756a (diff) | |
download | FreeBSD-src-b5e32df2e047c30254644ec28a836794b00a4e48.zip FreeBSD-src-b5e32df2e047c30254644ec28a836794b00a4e48.tar.gz |
Remove prototype for a function that no longer exist.
MFC after: 1 week
Diffstat (limited to 'sys/geom')
-rw-r--r-- | sys/geom/eli/g_eli.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/eli/g_eli.h b/sys/geom/eli/g_eli.h index e0fa616..60e0d47 100644 --- a/sys/geom/eli/g_eli.h +++ b/sys/geom/eli/g_eli.h @@ -509,8 +509,6 @@ void g_eli_config(struct gctl_req *req, struct g_class *mp, const char *verb); void g_eli_read_done(struct bio *bp); void g_eli_write_done(struct bio *bp); int g_eli_crypto_rerun(struct cryptop *crp); -uint8_t *g_eli_crypto_key(struct g_eli_softc *sc, off_t offset, - size_t blocksize); void g_eli_crypto_ivgen(struct g_eli_softc *sc, off_t offset, u_char *iv, size_t size); |