Remove platform-dependent mozc::Encryptor part 3

This is just a removal of an unused file, which should have been removed in r208.  Hence no behavior change is intended with this CL.

BUG=Issue mozc:215
TEST=compile

git-svn-id: https://mozc.googlecode.com/svn/trunk@497 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/base/openssl_config.sh b/src/base/openssl_config.sh
deleted file mode 100644
index 839bce9..0000000
--- a/src/base/openssl_config.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Copyright 2012 Google Inc. All Rights Reserved.
-#
-# This script generates opensslconf.h.
-
-if [ $# -ne 2 ]; then
-  echo "Usage: openssl_config.sh BASE_DIR GEN_OUT_DIR"
-  exit 1
-fi
-
-GEN_OUT_DIR=$1
-BASE_DIR=$2
-CONFIG_ARGS="no-asm no-hw no-krb5 no-dso -DOPENSSL_NO_SOCK=1 -D_GNU_SOURCE"
-
-cp -rf ${BASE_DIR}/third_party/openssl/openssl ${GEN_OUT_DIR}
-cd ${GEN_OUT_DIR}/openssl
-find ${GEN_OUT_DIR}/openssl | xargs chmod +w
-MACHINE=i686 MAKEFLAGS= ./config ${CONFIG_ARGS}
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 06505c4..7c77217 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=2
 MINOR=16
-BUILD=2023
+BUILD=2024
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.