- new ECDH_compute_key interface (KDF is no longer a fixed built-in)
[openssl.git] / crypto / ecdh / ech_lib.c
index 59526f33bdf46d1032fe4dc672c2590fea25d301..8b3e5f1ddc071aa47fc8e9600908c850512605dc 100644 (file)
@@ -14,7 +14,7 @@
  *
  */
 /* ====================================================================
- * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
+ * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -203,12 +203,6 @@ static void ecdh_finish(EC_KEY *key)
        }
 
 
-int ECDH_size(const EC_KEY *ecdh)
-       {
-       return 20;
-       }
-
-
 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
             CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
        {