Now that the implementations of all the RNG_ functions have been moved

from lib/util to lib/freebl, move the RNG header file there, too.
Eliminate secrngt.h, which has been empty (except for the license
boilerplate) for many releases.
This commit is contained in:
nelsonb%netscape.com 2001-11-15 04:29:27 +00:00
parent 972d738471
commit cd6006d2cd
5 changed files with 3 additions and 49 deletions

View File

@ -32,7 +32,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
* $Id: cryptohi.h,v 1.3 2001/05/01 23:59:27 relyea%netscape.com Exp $
* $Id: cryptohi.h,v 1.4 2001/11/15 04:29:19 nelsonb%netscape.com Exp $
*/
#ifndef _CRYPTOHI_H_
@ -41,7 +41,6 @@
#include "blapi.h"
#include "seccomon.h"
#include "secrngt.h"
#include "secoidt.h"
#include "secdert.h"
#include "cryptoht.h"

View File

@ -53,6 +53,7 @@ REQUIRES =
EXPORTS = \
blapi.h \
blapit.h \
secrng.h \
$(NULL)
PRIVATE_EXPORTS = \

View File

@ -37,7 +37,7 @@
* secrng.h - public data structures and prototypes for the secure random
* number generator
*
* $Id: secrng.h,v 1.2 2001/11/15 02:41:20 nelsonb%netscape.com Exp $
* $Id: secrng.h,v 1.1 2001/11/15 04:29:23 nelsonb%netscape.com Exp $
*/
/******************************************/

View File

@ -55,8 +55,6 @@ EXPORTS = \
secoid.h \
secoidt.h \
secport.h \
secrng.h \
secrngt.h \
secerr.h \
watcomfx.h \
$(NULL)

View File

@ -1,44 +0,0 @@
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is the Netscape security libraries.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1994-2000 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the
* terms of the GNU General Public License Version 2 or later (the
* "GPL"), in which case the provisions of the GPL are applicable
* instead of those above. If you wish to allow use of your
* version of this file only under the terms of the GPL and not to
* allow others to use your version of this file under the MPL,
* indicate your decision by deleting the provisions above and
* replace them with the notice and other provisions required by
* the GPL. If you do not delete the provisions above, a recipient
* may use your version of this file under either the MPL or the
* GPL.
*/
#ifndef _SECRNGT_H_
#define _SECRNGT_H_
/*
* secrngt.h - public data structures for the secure random number generator
*
* $Id: secrngt.h,v 1.1 2000/03/31 19:41:32 relyea%netscape.com Exp $
*/
/* This file is really dead now. */
#endif /* _SECRNGT_H_ */