Remove duplicate CHANGES text.
[oweals/openssl.git] / include / openssl / objects.h
index 54b42ee674abb45600946dd8e946d3c2a7cb47d6..5e8b5762f8729f4e1774a71ebeea6c8cb66727da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -168,7 +168,6 @@ int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
 int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
 void OBJ_sigid_free(void);
 
-int ERR_load_OBJ_strings(void);
 
 # ifdef  __cplusplus
 }