[net.bugs] Net Mail Encryption - cypher bug fix

espo (01/15/83)

	For those of you who don't have the rindex() subroutine, the
	following changes will allow cypher to work the same.


at line 334 -

	change:	char *where, *rindex();

	    to: char *where, *strrchr();


at line 335 -

	change: where = rindex( name, '/');

	    to: where = strrchr( name, '/');



	Bob Esposito  (sb6!bpa!espo)