]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.obj.h
Provide a BN_dec2bn() shim for the non-openssl case that reports an error
[bsdgames-darwin.git] / hack / def.obj.h
index 818f0653c1d605e885201b71e16bc35c498c5caa..fc40c3c8ebf49fd858ad5570ec30edcb3b49fb8f 100644 (file)
@@ -1,9 +1,10 @@
+/*     $NetBSD: def.obj.h,v 1.4 1997/10/19 16:57:09 christos Exp $     */
+
 /*
  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- *     $Id: def.obj.h,v 1.2 1993/08/02 17:16:49 mycroft Exp $
  */
-
+#ifndef _DEF_OBJ_H_
+#define _DEF_OBJ_H_
 struct obj {
        struct obj *nobj;
        unsigned o_id;
@@ -49,3 +50,4 @@ extern struct obj *fobj;
 #define newobj(xl)     (struct obj *) alloc((unsigned)(xl) + sizeof(struct obj))
 #define        ONAME(otmp)     ((char *) otmp->oextra)
 #define        OGOLD(otmp)     (otmp->oextra[0])
+#endif /* _DEF_OBJ_H_ */