зеркало из https://github.com/mozilla/pjs.git
Removed BTOA_ConvertItemToAscii (now defined in nssb64e.c, using new
base64 encoder implementation).
This commit is contained in:
Родитель
9acd738281
Коммит
7d0d164dcd
|
@ -34,7 +34,7 @@
|
|||
/*
|
||||
* Support routines for SECItem data structure.
|
||||
*
|
||||
* $Id: secitem.c,v 1.1 2000-03-31 19:40:02 relyea%netscape.com Exp $
|
||||
* $Id: secitem.c,v 1.2 2000-04-06 22:38:27 repka%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#include "seccomon.h"
|
||||
|
@ -238,9 +238,3 @@ SECITEM_ZfreeItem(SECItem *zap, PRBool freeit)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
char *
|
||||
BTOA_ConvertItemToAscii (SECItem *isrc)
|
||||
{
|
||||
return BTOA_DataToAscii (isrc->data, isrc->len);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче