Mercurial > dropbear
comparison scpmisc.c @ 38:5c6f9d27ea1c
get rid of the substitution... We want a fixed identifier
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 30 Jul 2004 11:27:52 +0000 |
parents | fe6bca95afa7 |
children | b72f98803e46 740e782679be |
comparison
equal
deleted
inserted
replaced
37:0913e2ee3545 | 38:5c6f9d27ea1c |
---|---|
20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 */ | 23 */ |
24 | 24 |
25 /*RCSID("$OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp $");*/ | 25 /*RCSID("OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp ");*/ |
26 | 26 |
27 /* For xmalloc, xfree etc: | 27 /* For xmalloc, xfree etc: |
28 * Author: Tatu Ylonen <[email protected]> | 28 * Author: Tatu Ylonen <[email protected]> |
29 * Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | 29 * Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland |
30 * All rights reserved | 30 * All rights reserved |
36 * software must be clearly marked as such, and if the derived work is | 36 * software must be clearly marked as such, and if the derived work is |
37 * incompatible with the protocol description in the RFC file, it must be | 37 * incompatible with the protocol description in the RFC file, it must be |
38 * called by a name other than "ssh" or "Secure Shell". | 38 * called by a name other than "ssh" or "Secure Shell". |
39 */ | 39 */ |
40 | 40 |
41 /*RCSID("$OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp $");*/ | 41 /*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/ |
42 | 42 |
43 #include "includes.h" | 43 #include "includes.h" |
44 #include "scpmisc.h" | 44 #include "scpmisc.h" |
45 | 45 |
46 void * | 46 void * |