svn commit: r221626 - head/sys/geom/eli

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun May 8 09:11:05 UTC 2011


Author: pjd
Date: Sun May  8 09:11:04 2011
New Revision: 221626
URL: http://svn.freebsd.org/changeset/base/221626

Log:
  Remove prototype for a function that no longer exist.
  
  MFC after:	1 week

Modified:
  head/sys/geom/eli/g_eli.h

Modified: head/sys/geom/eli/g_eli.h
==============================================================================
--- head/sys/geom/eli/g_eli.h	Sun May  8 09:09:49 2011	(r221625)
+++ head/sys/geom/eli/g_eli.h	Sun May  8 09:11:04 2011	(r221626)
@@ -509,8 +509,6 @@ void g_eli_config(struct gctl_req *req, 
 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);
 


More information about the svn-src-head mailing list