]> 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 50b21df1b8f0e33174df016bb11f87534b77fc1e..fc40c3c8ebf49fd858ad5570ec30edcb3b49fb8f 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.obj.h - version 1.0.3 */
+/*     $NetBSD: def.obj.h,v 1.4 1997/10/19 16:57:09 christos Exp $     */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+#ifndef _DEF_OBJ_H_
+#define _DEF_OBJ_H_
 struct obj {
        struct obj *nobj;
        unsigned o_id;
@@ -46,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_ */